Searched refs:do_bind (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | connect_ping.c | 21 int family, int do_bind) in subtest() argument 50 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()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | connect_ping.c | 16 __u32 do_bind = 0; variable 31 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()
|
H A D | connect4_prog.c | 36 int do_bind(struct bpf_sock_addr *ctx) in do_bind() function 197 return do_bind(ctx) ? 1 : 0; in connect_v4_prog()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | psock_snd.c | 170 static void do_bind(int fd) in do_bind() function 228 do_bind(fd); in do_tx() 303 do_bind(fd); in setup_sniffer()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 3206 static abi_long do_bind(int sockfd, abi_ulong target_addr, in do_bind() function 3708 return do_bind(a[0], a[1], a[2]); in do_socketcall() 10796 return do_bind(arg1, arg2, arg3); in _syscall2()
|