Searched refs:RTM_NEWTFILTER (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/uapi/linux/ |
D | rtnetlink.h | 79 RTM_NEWTFILTER = 44, enumerator 80 #define RTM_NEWTFILTER RTM_NEWTFILTER macro
|
/Linux-v6.6/security/selinux/ |
D | nlmsgtab.c | 51 { RTM_NEWTFILTER, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/Linux-v6.6/net/sched/ |
D | cls_api.c | 2315 RTM_NEWTFILTER, false, rtnl_held, extack); in tc_new_tfilter() 2611 fh, RTM_NEWTFILTER, true, rtnl_held, NULL); in tc_get_tfilter() 2649 RTM_NEWTFILTER, a->terse_dump, true, NULL); in tcf_node_dump() 2683 RTM_NEWTFILTER, false, true, NULL) <= 0) in tcf_chain_dump() 3975 rtnl_register(PF_UNSPEC, RTM_NEWTFILTER, tc_new_tfilter, NULL, in tc_filter_init()
|
/Linux-v6.6/tools/lib/bpf/ |
D | netlink.c | 755 req.nh.nlmsg_type = RTM_NEWTFILTER; in bpf_tc_attach()
|