Searched defs:kern (Results 51 - 74 of 74) sorted by relevance

123

/linux-master/net/ipv4/
H A Daf_inet.c252 inet_create(struct net *net, struct socket *sock, int protocol, int kern) argument
774 inet_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) argument
/linux-master/net/bluetooth/
H A Dsco.c495 sco_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int kern) argument
517 sco_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
649 sco_sock_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) argument
H A Diso.c844 iso_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int kern) argument
865 iso_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
1188 iso_sock_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) argument
/linux-master/net/appletalk/
H A Dddp.c1032 atalk_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/linux-master/net/vmw_vsock/
H A Daf_vsock.c727 __vsock_create(struct net *net, struct socket *sock, struct sock *parent, gfp_t priority, unsigned short type, int kern) argument
1503 vsock_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) argument
2322 vsock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/linux-master/net/sctp/
H A Dprotocol.c581 sctp_v4_create_accept_sk(struct sock *sk, struct sctp_association *asoc, bool kern) argument
H A Dsocket.c4850 static struct sock *sctp_accept(struct sock *sk, int flags, int *err, bool kern) argument
/linux-master/net/iucv/
H A Daf_iucv.c449 static struct sock *iucv_sock_alloc(struct socket *sock, int proto, gfp_t prio, int kern) argument
797 iucv_sock_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) argument
2223 iucv_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/linux-master/net/xdp/
H A Dxsk.c1702 xsk_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/linux-master/security/selinux/ss/
H A Dservices.c1705 security_compute_sid(u32 ssid, u32 tsid, u16 orig_tclass, u16 specified, const char *objname, u32 *out_sid, bool kern) argument
/linux-master/net/key/
H A Daf_key.c138 pfkey_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/linux-master/net/netlink/
H A Daf_netlink.c638 __netlink_create(struct net *net, struct socket *sock, struct mutex *dump_cb_mutex, int protocol, int kern) argument
666 netlink_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/linux-master/net/tipc/
H A Dsocket.c460 tipc_sk_create(struct net *net, struct socket *sock, int protocol, int kern) argument
2719 tipc_accept(struct socket *sock, struct socket *new_sock, int flags, bool kern) argument
/linux-master/net/smc/
H A Daf_smc.c2676 smc_accept(struct socket *sock, struct socket *new_sock, int flags, bool kern) argument
3309 __smc_create(struct net *net, struct socket *sock, int protocol, int kern, struct socket *clcsock) argument
3367 smc_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/linux-master/security/apparmor/
H A Dlsm.c1103 static int apparmor_socket_create(int family, int type, int protocol, int kern) argument
1136 apparmor_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument
/linux-master/net/
H A Dsocket.c1500 __sock_create(struct net *net, int family, int type, int protocol, struct socket **res, int kern) argument
/linux-master/net/unix/
H A Daf_unix.c952 static struct sock *unix_create1(struct net *net, struct socket *sock, int kern, int type) argument
1003 unix_create(struct net *net, struct socket *sock, int protocol, int kern) argument
1691 unix_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) argument
/linux-master/security/smack/
H A Dsmack_lsm.c2925 smack_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument
/linux-master/net/packet/
H A Daf_packet.c3335 packet_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/linux-master/net/core/
H A Dsock.c2128 sk_alloc(struct net *net, int family, gfp_t priority, struct proto *prot, int kern) argument
3245 sock_no_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) argument
/linux-master/net/mptcp/
H A Dprotocol.c3875 mptcp_stream_accept(struct socket *sock, struct socket *newsock, int flags, bool kern) argument
/linux-master/include/linux/
H A Dsecurity.h1580 security_socket_create(int family, int type, int protocol, int kern) argument
1586 security_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument
/linux-master/security/
H A Dsecurity.c4372 int security_socket_create(int family, int type, int protocol, int kern) argument
4395 security_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument
/linux-master/security/selinux/
H A Dhooks.c4614 selinux_socket_create(int family, int type, int protocol, int kern) argument
4633 selinux_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument

Completed in 539 milliseconds

123