Searched refs:NL_ACT_DEL (Results 1 – 14 of 14) sorted by relevance
/external/libnl/lib/ |
D | cache.c | 763 case NL_ACT_DEL: in cache_include() 779 if (type->mt_act == NL_ACT_DEL) { in cache_include() 781 cb(cache, old, NL_ACT_DEL, data); in cache_include() 884 change_cb(cache, obj, NL_ACT_DEL, data); in nl_cache_resync()
|
/external/libnl/tests/ |
D | test-cache-mngr.c | 20 else if (action == NL_ACT_DEL) in change_cb()
|
/external/libnl/include/netlink/ |
D | cache.h | 27 NL_ACT_DEL, enumerator
|
/external/libnl/lib/route/ |
D | route.c | 185 { RTM_DELROUTE, NL_ACT_DEL, "del" },
|
D | cls.c | 409 { RTM_DELTFILTER, NL_ACT_DEL, "del" },
|
D | class.c | 451 { RTM_DELTCLASS, NL_ACT_DEL, "del" },
|
D | qdisc.c | 539 { RTM_DELQDISC, NL_ACT_DEL, "del" },
|
D | act.c | 544 { RTM_DELACTION, NL_ACT_DEL, "del" },
|
D | rule.c | 737 { RTM_DELRULE, NL_ACT_DEL, "del" },
|
D | neigh.c | 941 { RTM_DELNEIGH, NL_ACT_DEL, "del" },
|
D | addr.c | 1116 { RTM_DELADDR, NL_ACT_DEL, "del" },
|
D | link.c | 2743 { RTM_DELLINK, NL_ACT_DEL, "del" },
|
/external/libnl/lib/netfilter/ |
D | exp.c | 600 { NFNLMSG_EXP_TYPE(IPCTNL_MSG_EXP_DELETE), NL_ACT_DEL, "del" },
|
D | ct.c | 669 { NFNLMSG_CT_TYPE(IPCTNL_MSG_CT_DELETE), NL_ACT_DEL, "del" },
|