Home
last modified time | relevance | path

Searched refs:bind_to_device (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c88 static __inline int bind_to_device(struct bpf_sock_addr *ctx) in bind_to_device() function
161 if (bind_to_device(ctx)) in connect_v4_prog()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c87 static __inline int bind_to_device(struct bpf_sock_addr *ctx) in bind_to_device() function
160 if (bind_to_device(ctx)) in connect_v4_prog()
H A Dbind6_prog.c30 static __inline int bind_to_device(struct bpf_sock_addr *ctx) in bind_to_device() function
156 if (bind_to_device(ctx)) in bind_v6_prog()
H A Dbind4_prog.c24 static __inline int bind_to_device(struct bpf_sock_addr *ctx) in bind_to_device() function
142 if (bind_to_device(ctx)) in bind_v4_prog()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dnettest.c311 static int bind_to_device(int sd, const char *name) in bind_to_device() function
1056 if (args->dev && bind_to_device(sd, args->dev) != 0) in msock_init()
1149 if (args->dev && bind_to_device(sd, args->dev) != 0) in lsock_init()
1324 if (args->dev && bind_to_device(sd, args->dev) != 0) in connectsock()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnettest.c369 static int bind_to_device(int sd, const char *name) in bind_to_device() function
1376 if (args->dev && bind_to_device(sd, args->dev) != 0) in msock_init()
1510 if (args->dev && bind_to_device(sd, args->dev) != 0) in lsock_init()
1729 if (args->dev && bind_to_device(sd, args->dev) != 0) in connectsock()

Completed in 6 milliseconds