Home
last modified time | relevance | path

Searched refs:RTM_DELTFILTER (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/sched/
Dcls_api.c288 if (n->nlmsg_type == RTM_DELTFILTER && t->tcm_handle == 0) { in tc_ctl_tfilter()
293 tfilter_notify(net, skb, n, tp, fh, RTM_DELTFILTER); in tc_ctl_tfilter()
313 case RTM_DELTFILTER: in tc_ctl_tfilter()
318 tfilter_notify(net, skb, n, tp, fh, RTM_DELTFILTER); in tc_ctl_tfilter()
374 if (RTM_DELTFILTER != event) { in tcf_fill_node()
627 rtnl_register(PF_UNSPEC, RTM_DELTFILTER, tc_ctl_tfilter, NULL, NULL); in tc_filter_init()
/linux-4.4.14/include/uapi/linux/
Drtnetlink.h80 RTM_DELTFILTER, enumerator
81 #define RTM_DELTFILTER RTM_DELTFILTER macro
/linux-4.4.14/security/selinux/
Dnlmsgtab.c56 { RTM_DELTFILTER, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },