Searched defs:sock_post_bind_test (Results 1 – 1 of 1) sorted by relevance
10 static struct sock_post_bind_test { struct11 const char *descr;13 const struct bpf_insn insns[64];14 enum bpf_attach_type attach_type;15 enum bpf_attach_type expected_attach_type;17 int domain;18 int type;20 const char *ip;21 unsigned short port;22 unsigned short port_retry;[all …]