Home
last modified time | relevance | path

Searched refs:do_filter_dump (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dnetlink_dumper.c161 int do_filter_dump(struct tcmsg *info, struct nlattr **tb, const char *kind, in do_filter_dump() function
H A Dmain.h240 int do_filter_dump(struct tcmsg *ifinfo, struct nlattr **tb, const char *kind,
H A Dnet.c426 return do_filter_dump((struct tcmsg *)msg, tb, filter_info->kind, in dump_filter_nlmsg()