Searched refs:do_bind (Results 1 – 4 of 4) sorted by relevance
21 int family, int do_bind) in subtest() argument50 skel->bss->do_bind = do_bind; in subtest()77 htonl(do_bind ? 0x01010101 : INADDR_LOOPBACK), in subtest()85 do_bind ? &bindaddr_v6 : &in6addr_loopback, in subtest()
16 __u32 do_bind = 0; variable31 if (do_bind && bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa))) in connect_v4_prog()47 if (do_bind && bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa))) in connect_v6_prog()
36 int do_bind(struct bpf_sock_addr *ctx) in do_bind() function197 return do_bind(ctx) ? 1 : 0; in connect_v4_prog()
170 static void do_bind(int fd) in do_bind() function228 do_bind(fd); in do_tx()303 do_bind(fd); in setup_sniffer()
Completed in 7 milliseconds