Searched refs:RTM_NEWTFILTER (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | rtnetlink.h | 79 RTM_NEWTFILTER = 44, enumerator 80 #define RTM_NEWTFILTER RTM_NEWTFILTER macro
|
| /linux/net/sched/ |
| H A D | cls_api.c | 2366 NL_SET_ERR_MSG(extack, "Need both RTM_NEWTFILTER and NLM_F_CREATE to create a new filter"); in tc_new_tfilter() 2404 NL_SET_ERR_MSG(extack, "Need both RTM_NEWTFILTER and NLM_F_CREATE to create a new filter"); in tc_new_tfilter() 2434 RTM_NEWTFILTER, false, rtnl_held, extack); in tc_new_tfilter() 2736 fh, RTM_NEWTFILTER, true, rtnl_held, NULL); in tc_get_tfilter() 2774 RTM_NEWTFILTER, a->terse_dump, true, NULL); in tcf_node_dump() 2808 RTM_NEWTFILTER, false, true, NULL) <= 0) in tcf_chain_dump() 4094 {.msgtype = RTM_NEWTFILTER, .doit = tc_new_tfilter,
|
| /linux/tools/lib/bpf/ |
| H A D | netlink.c | 771 req.nh.nlmsg_type = RTM_NEWTFILTER; in bpf_tc_attach()
|