Searched refs:NLM_F_CREATE (Results 1 – 4 of 4) sorted by relevance
29 return doTcQdiscClsact(ifIndex, RTM_NEWQDISC, NLM_F_EXCL | NLM_F_CREATE); in tcAddQdiscClsact()33 return doTcQdiscClsact(ifIndex, RTM_NEWQDISC, NLM_F_CREATE | NLM_F_REPLACE); in tcReplaceQdiscClsact()
46 public static final short NLM_F_CREATE = 0x400; field in StructNlMsgHdr
174 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | NLM_F_EXCL | NLM_F_CREATE, in IngressPoliceFilterBuilder()605 .nlmsg_flags = NETLINK_REQUEST_FLAGS | NLM_F_EXCL | NLM_F_CREATE, in tcAddBpfFilter()
303 assertEquals((short) (StructNlMsgHdr.NLM_F_CREATE | StructNlMsgHdr.NLM_F_EXCL), in testParseCtNew()