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