Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 10 of 10) sorted by relevance

/tools/bpf/bpftool/
Dnet.c141 void *cookie) in netlink_recv()
199 void *cookie) in __dump_class_nlmsg()
214 dump_nlmsg_t dump_class_nlmsg, void *cookie) in netlink_get_class()
238 void *cookie) in __dump_qdisc_nlmsg()
253 dump_nlmsg_t dump_qdisc_nlmsg, void *cookie) in netlink_get_qdisc()
277 void *cookie) in __dump_filter_nlmsg()
292 dump_nlmsg_t dump_filter_nlmsg, void *cookie) in netlink_get_filter()
316 dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg()
331 dump_nlmsg_t dump_link_nlmsg, void *cookie) in netlink_get_link()
352 static int dump_link_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_link_nlmsg()
[all …]
/tools/testing/selftests/bpf/progs/
Dnetns_cookie_prog.c34 int *cookie; in get_netns_cookie_sockops() local
66 int *cookie; in get_netns_cookie_sk_msg() local
Dtest_tcp_check_syncookie_kern.c134 __u32 cookie = (__u32)seq_mss; in check_syncookie() local
142 __u32 cookie = bpf_ntohl(tcph->ack_seq) - 1; in check_syncookie() local
Dtest_migrate_reuseport.c101 __u64 cookie; in migrate_reuseport() local
/tools/lib/bpf/
Dnetlink.c118 void *cookie) in libbpf_netlink_recv()
209 void *cookie) in libbpf_netlink_send_recv()
295 libbpf_dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg()
310 static int get_xdp_info(void *cookie, void *msg, struct nlattr **tb) in get_xdp_info()
544 static int __get_tc_info(void *cookie, struct tcmsg *tc, struct nlattr **tb, in __get_tc_info()
570 void *cookie) in get_tc_info()
/tools/testing/selftests/net/
Dmsg_zerocopy.c170 static void add_zcopy_cookie(struct msghdr *msg, uint32_t cookie) in add_zcopy_cookie()
186 static uint32_t cookie; in do_sendmsg() local
/tools/testing/selftests/sched/
Dcs_prctl_test.c113 unsigned long long cookie; in get_cs_cookie() local
/tools/testing/selftests/bpf/prog_tests/
Dsk_lookup.c246 __u64 cookie; in socket_cookie() local
Dsockmap_listen.c447 u64 cookie, value; in test_lookup_after_insert() local
/tools/include/uapi/linux/
Dbpf.h6224 __u64 cookie; /* Non-zero if socket was selected in PROG_TEST_RUN */ member