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