Lines Matching defs:protocol
1361 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite()
1501 int __sock_create(struct net *net, int family, int type, int protocol, in __sock_create()
1623 int sock_create(int family, int type, int protocol, struct socket **res) in sock_create()
1641 int sock_create_kern(struct net *net, int family, int type, int protocol, struct socket **res) in sock_create_kern()
1647 static struct socket *__sys_socket_create(int family, int type, int protocol) in __sys_socket_create()
1669 struct file *__sys_socket_file(int family, int type, int protocol) in __sys_socket_file()
1701 __weak noinline int update_socket_protocol(int family, int type, int protocol) in update_socket_protocol()
1708 int __sys_socket(int family, int type, int protocol) in __sys_socket()
1725 SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol) in SYSCALL_DEFINE3() argument
1734 int __sys_socketpair(int family, int type, int protocol, int __user *usockvec) in __sys_socketpair()
1826 SYSCALL_DEFINE4(socketpair, int, family, int, type, int, protocol, in SYSCALL_DEFINE4() argument