Lines Matching refs:cookie
25 typedef int (*libbpf_dump_nlmsg_t)(void *cookie, void *msg, struct nlattr **tb);
28 void *cookie);
118 void *cookie) in libbpf_netlink_recv() argument
185 ret = _fn(nh, fn, cookie); in libbpf_netlink_recv()
209 void *cookie) in libbpf_netlink_send_recv() argument
227 parse_msg, parse_attr, cookie); in libbpf_netlink_send_recv()
295 libbpf_dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg() argument
307 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
310 static int get_xdp_info(void *cookie, void *msg, struct nlattr **tb) in get_xdp_info() argument
313 struct xdp_id_md *xdp_id = cookie; in get_xdp_info()
544 static int __get_tc_info(void *cookie, struct tcmsg *tc, struct nlattr **tb, in __get_tc_info() argument
548 struct bpf_cb_ctx *info = cookie; in __get_tc_info()
570 void *cookie) in get_tc_info() argument
580 return __get_tc_info(cookie, tc, tb, nh->nlmsg_flags & NLM_F_ECHO); in get_tc_info()