Searched refs:RTM_NEWTFILTER (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | rtnetlink.h | 79 RTM_NEWTFILTER = 44, enumerator 80 #define RTM_NEWTFILTER RTM_NEWTFILTER macro
|
| /linux-6.15/security/selinux/ |
| H A D | nlmsgtab.c | 51 { RTM_NEWTFILTER, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
| /linux-6.15/net/sched/ |
| H A D | cls_api.c | 2427 RTM_NEWTFILTER, false, rtnl_held, extack); in tc_new_tfilter() 2729 fh, RTM_NEWTFILTER, true, rtnl_held, NULL); in tc_get_tfilter() 2767 RTM_NEWTFILTER, a->terse_dump, true, NULL); in tcf_node_dump() 2801 RTM_NEWTFILTER, false, true, NULL) <= 0) in tcf_chain_dump() 4084 {.msgtype = RTM_NEWTFILTER, .doit = tc_new_tfilter,
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | netlink.c | 755 req.nh.nlmsg_type = RTM_NEWTFILTER; in bpf_tc_attach()
|