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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbind6_prog.c30 static __inline int bind_to_device(struct bpf_sock_addr *ctx) function
156 if (bind_to_device(ctx))
H A Dbind4_prog.c24 static __inline int bind_to_device(struct bpf_sock_addr *ctx) function
142 if (bind_to_device(ctx))
H A Dconnect4_prog.c87 static __inline int bind_to_device(struct bpf_sock_addr *ctx) function
160 if (bind_to_device(ctx))
/linux-master/tools/testing/selftests/net/
H A Dnettest.c369 static int bind_to_device(int sd, const char *name) function
1376 if (args->dev && bind_to_device(sd, args->dev) != 0)
1510 if (args->dev && bind_to_device(sd, args->dev) != 0)
1729 if (args->dev && bind_to_device(sd, args->dev) != 0)

Completed in 186 milliseconds