Lines Matching defs:protocol
1366 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite()
1506 int __sock_create(struct net *net, int family, int type, int protocol, in __sock_create()
1633 int sock_create(int family, int type, int protocol, struct socket **res) in sock_create()
1651 int sock_create_kern(struct net *net, int family, int type, int protocol, struct socket **res) in sock_create_kern()
1657 static struct socket *__sys_socket_create(int family, int type, int protocol) in __sys_socket_create()
1679 struct file *__sys_socket_file(int family, int type, int protocol) in __sys_socket_file()
1707 __weak noinline int update_socket_protocol(int family, int type, int protocol) in update_socket_protocol()
1714 int __sys_socket(int family, int type, int protocol) in __sys_socket()
1731 SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol) in SYSCALL_DEFINE3() argument
1740 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair()
1832 SYSCALL_DEFINE4(socketpair, int, family, int, type, int, protocol, in SYSCALL_DEFINE4() argument