Searched refs:RTM_DELTFILTER (Results 1 – 4 of 4) sorted by relevance
/linux/include/uapi/linux/ |
A D | rtnetlink.h | 81 RTM_DELTFILTER, enumerator 82 #define RTM_DELTFILTER RTM_DELTFILTER macro
|
/linux/security/selinux/ |
A D | nlmsgtab.c | 53 { RTM_DELTFILTER, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/linux/net/sched/ |
A D | cls_api.c | 1891 n->nlmsg_seq, n->nlmsg_flags, RTM_DELTFILTER, in tfilter_del_notify() 2260 chain, RTM_DELTFILTER); in tc_del_tfilter() 2284 RTM_DELTFILTER, false, rtnl_held); in tc_del_tfilter() 2891 chain, RTM_DELTFILTER); in tc_ctl_chain() 3900 rtnl_register(PF_UNSPEC, RTM_DELTFILTER, tc_del_tfilter, NULL, in tc_filter_init()
|
/linux/tools/lib/bpf/ |
A D | netlink.c | 668 req.nh.nlmsg_type = RTM_DELTFILTER; in __bpf_tc_detach()
|
Completed in 18 milliseconds