Searched refs:get_bind_to_device (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_cgrp2_sock.c | 126 static int get_bind_to_device(int sd, char *name, size_t len) in get_bind_to_device() function 177 if (get_bind_to_device(sd, name, sizeof(name)) < 0) in show_sockopts()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_cgrp2_sock.c | 130 static int get_bind_to_device(int sd, char *name, size_t len) in get_bind_to_device() function 181 if (get_bind_to_device(sd, name, sizeof(name)) < 0) in show_sockopts()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | nettest.c | 322 static int get_bind_to_device(int sd, char *name, size_t len) in get_bind_to_device() function 340 if (get_bind_to_device(sd, name, sizeof(name))) in check_device()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | nettest.c | 380 static int get_bind_to_device(int sd, char *name, size_t len) in get_bind_to_device() function 398 if (get_bind_to_device(sd, name, sizeof(name))) in check_device()
|
Completed in 6 milliseconds