Home
last modified time | relevance | path

Searched refs:RTM_GETTFILTER (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/linux/
H A Drtnetlink.h83 RTM_GETTFILTER, enumerator
84 #define RTM_GETTFILTER RTM_GETTFILTER macro
/linux/tools/bpf/bpftool/
H A Dnet.c315 .nlh.nlmsg_type = RTM_GETTFILTER, in netlink_get_filter()
/linux/tools/lib/bpf/
H A Dnetlink.c914 req.nh.nlmsg_type = RTM_GETTFILTER; in bpf_tc_query()
/linux/net/sched/
H A Dcls_api.c4098 {.msgtype = RTM_GETTFILTER, .doit = tc_get_tfilter,