Searched defs:cookie (Results 1 – 10 of 10) sorted by relevance
/tools/bpf/bpftool/ |
D | net.c | 141 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/ |
D | netns_cookie_prog.c | 34 int *cookie; in get_netns_cookie_sockops() local 66 int *cookie; in get_netns_cookie_sk_msg() local
|
D | test_tcp_check_syncookie_kern.c | 134 __u32 cookie = (__u32)seq_mss; in check_syncookie() local 142 __u32 cookie = bpf_ntohl(tcph->ack_seq) - 1; in check_syncookie() local
|
D | test_migrate_reuseport.c | 101 __u64 cookie; in migrate_reuseport() local
|
/tools/lib/bpf/ |
D | netlink.c | 118 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/ |
D | msg_zerocopy.c | 170 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/ |
D | cs_prctl_test.c | 113 unsigned long long cookie; in get_cs_cookie() local
|
/tools/testing/selftests/bpf/prog_tests/ |
D | sk_lookup.c | 246 __u64 cookie; in socket_cookie() local
|
D | sockmap_listen.c | 447 u64 cookie, value; in test_lookup_after_insert() local
|
/tools/include/uapi/linux/ |
D | bpf.h | 6224 __u64 cookie; /* Non-zero if socket was selected in PROG_TEST_RUN */ member
|