Searched refs:NL_ACT_DEL (Results 1 - 12 of 12) sorted by relevance

/external/libnl/include/netlink/
H A Dcache-api.h99 * { RTM_DELADDR, NL_ACT_DEL, "del" },
114 NL_ACT_DEL, enumerator in enum:__anon24495
/external/libnl/tests/
H A Dtest-cache-mngr.c16 else if (action == NL_ACT_DEL)
/external/libnl/lib/
H A Dcache.c526 case NL_ACT_DEL:
530 if (type->mt_act == NL_ACT_DEL) {
532 cb(cache, old, NL_ACT_DEL, data);
614 change_cb(cache, obj, NL_ACT_DEL, data);
/external/libnl/lib/route/
H A Droute.c180 { RTM_DELROUTE, NL_ACT_DEL, "del" },
H A Dclass.c284 { RTM_DELTCLASS, NL_ACT_DEL, "del" },
H A Dcls.c321 { RTM_DELTFILTER, NL_ACT_DEL, "del" },
H A Dqdisc.c448 { RTM_DELQDISC, NL_ACT_DEL, "del" },
H A Dneigh.c866 { RTM_DELNEIGH, NL_ACT_DEL, "del" },
H A Drule.c777 { RTM_DELRULE, NL_ACT_DEL, "del" },
H A Daddr.c1032 { RTM_DELADDR, NL_ACT_DEL, "del" },
H A Dlink.c1450 { RTM_DELLINK, NL_ACT_DEL, "del" },
/external/libnl/lib/netfilter/
H A Dct.c581 { NFNLMSG_CT_TYPE(IPCTNL_MSG_CT_DELETE), NL_ACT_DEL, "del" },

Completed in 123 milliseconds