Searched defs:sock_type (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_iter_batch.c | 214 static int *connect_to_server(int family, int sock_type, const char *addr, in connect_to_server() 258 static void remove_seen(int family, int sock_type, const char *addr, __u16 port, in remove_seen() 289 static void remove_seen_established(int family, int sock_type, const char *addr, in remove_seen_established() 326 static void remove_unseen(int family, int sock_type, const char *addr, in remove_unseen() 359 static void remove_unseen_established(int family, int sock_type, in remove_unseen_established() 404 static void remove_all(int family, int sock_type, const char *addr, in remove_all() 433 static void remove_all_established(int family, int sock_type, const char *addr, in remove_all_established() 481 static void add_some(int family, int sock_type, const char *addr, __u16 port, in add_some() 511 static void add_some_established(int family, int sock_type, const char *addr, in add_some_established() 554 static void force_realloc(int family, int sock_type, const char *addr, in force_realloc() [all …]
|
/linux/arch/mips/include/asm/ |
H A D | socket.h | 29 enum sock_type { enum
|
/linux/include/net/phonet/ |
H A D | phonet.h | 99 int sock_type; member
|
/linux/include/linux/ |
H A D | net.h | 63 enum sock_type { enum
|
/linux/tools/net/ynl/lib/ |
H A D | ynl.c | 741 int sock_type; in ynl_sock_create() local
|
/linux/tools/testing/selftests/net/ovpn/ |
H A D | ovpn-cli.c | 473 int ret, s, sock_type; in ovpn_socket() local
|