Lines Matching defs:protocol
1378 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite()
1518 int __sock_create(struct net *net, int family, int type, int protocol, in __sock_create()
1645 int sock_create(int family, int type, int protocol, struct socket **res) in sock_create()
1663 int sock_create_kern(struct net *net, int family, int type, int protocol, struct socket **res) in sock_create_kern()
1669 static struct socket *__sys_socket_create(int family, int type, int protocol) in __sys_socket_create()
1691 struct file *__sys_socket_file(int family, int type, int protocol) in __sys_socket_file()
1719 __weak noinline int update_socket_protocol(int family, int type, int protocol) in update_socket_protocol()
1726 int __sys_socket(int family, int type, int protocol) in __sys_socket()
1743 SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol) in SYSCALL_DEFINE3() argument
1752 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair()
1844 SYSCALL_DEFINE4(socketpair, int, family, int, type, int, protocol, in SYSCALL_DEFINE4() argument