Lines Matching defs:cookie
26 typedef int (*libbpf_dump_nlmsg_t)(void *cookie, void *msg, struct nlattr **tb);
29 void *cookie);
134 void *cookie)
201 ret = _fn(nh, fn, cookie);
225 void *cookie)
243 parse_msg, parse_attr, cookie);
250 void *cookie)
255 __u16 *id = cookie;
345 libbpf_dump_nlmsg_t dump_link_nlmsg, void *cookie)
357 return dump_link_nlmsg(cookie, ifi, tb);
360 static int get_xdp_info(void *cookie, void *msg, struct nlattr **tb)
363 struct xdp_id_md *xdp_id = cookie;
406 void *cookie)
411 struct xdp_features_md *md = cookie;
656 static int __get_tc_info(void *cookie, struct tcmsg *tc, struct nlattr **tb,
660 struct bpf_cb_ctx *info = cookie;
682 void *cookie)
692 return __get_tc_info(cookie, tc, tb, nh->nlmsg_flags & NLM_F_ECHO);