Searched refs:sock2 (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | so_netns_cookie.c | 28 int sock1, sock2; in main() local 44 sock2 = socket(AF_INET, SOCK_STREAM, 0); in main() 45 if (sock2 < 0) in main() 49 if (getsockopt(sock2, SOL_SOCKET, SO_NETNS_COOKIE, &cookie2, &vallen) != 0) in main() 59 close(sock2); in main()
|
| /linux/net/mctp/test/ |
| H A D | sock-test.c | 335 struct socket *sock1 = NULL, *sock2 = NULL, *sock3 = NULL; in mctp_test_bind_conflicts_inner() local 343 mctp_test_bind_run(test, bind1, &bind_errno, &sock2); in mctp_test_bind_conflicts_inner() 351 if (sock2) in mctp_test_bind_conflicts_inner() 352 sock_release(sock2); in mctp_test_bind_conflicts_inner()
|
| /linux/net/ |
| H A D | socket.c | 1770 struct socket *sock1, *sock2; in __sys_socketpair() local 1814 err = sock_create(family, type, protocol, &sock2); in __sys_socketpair() 1820 err = security_socket_socketpair(sock1, sock2); in __sys_socketpair() 1822 sock_release(sock2); in __sys_socketpair() 1827 err = READ_ONCE(sock1->ops)->socketpair(sock1, sock2); in __sys_socketpair() 1829 sock_release(sock2); in __sys_socketpair() 1837 sock_release(sock2); in __sys_socketpair() 1841 newfile2 = sock_alloc_file(sock2, flags, NULL); in __sys_socketpair()
|
| /linux/include/linux/ |
| H A D | net.h | 171 struct socket *sock2);
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 678 struct socket **sock2) in connection_established() argument 684 if (!*sock1 || !*sock2) in connection_established() 694 ok = drbd_socket_okay(sock2) && ok; in connection_established()
|
| /linux/net/tipc/ |
| H A D | socket.c | 3330 static int tipc_socketpair(struct socket *sock1, struct socket *sock2) in tipc_socketpair() argument 3332 struct tipc_sock *tsk2 = tipc_sk(sock2->sk); in tipc_socketpair()
|
| /linux/net/core/ |
| H A D | sock.c | 3496 int sock_no_socketpair(struct socket *sock1, struct socket *sock2) in sock_no_socketpair() argument
|