Home
last modified time | relevance | path

Searched refs:sock_graft (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/crypto/
Daf_alg.c287 sock_graft(sk2, newsock); in af_alg_accept()
/linux-4.1.27/net/bluetooth/
Daf_bluetooth.c200 sock_graft(sk, newsock); in bt_accept_dequeue()
/linux-4.1.27/net/phonet/
Dsocket.c318 sock_graft(newsk, newsock); in pn_socket_accept()
/linux-4.1.27/security/
Dcapability.c1118 set_to_cap_if_null(ops, sock_graft); in security_fixup_ops()
Dsecurity.c1285 security_ops->sock_graft(sk, parent); in security_sock_graft()
/linux-4.1.27/net/nfc/
Dllcp_sock.c425 sock_graft(sk, newsock); in nfc_llcp_accept_dequeue()
/linux-4.1.27/net/llc/
Daf_llc.c134 sock_graft(sk, sock); in llc_ui_sk_init()
/linux-4.1.27/net/netrom/
Daf_netrom.c818 sock_graft(newsk, newsock); in nr_accept()
/linux-4.1.27/net/ipv4/
Daf_inet.c682 sock_graft(sk2, newsock); in inet_accept()
/linux-4.1.27/net/rose/
Daf_rose.c924 sock_graft(newsk, newsock); in rose_accept()
/linux-4.1.27/net/vmw_vsock/
Daf_vsock.c1310 sock_graft(connected, newsock); in vsock_accept()
/linux-4.1.27/net/x25/
Daf_x25.c882 sock_graft(newsk, newsock); in x25_accept()
/linux-4.1.27/include/net/
Dsock.h1687 static inline void sock_graft(struct sock *sk, struct socket *parent) in sock_graft() function
/linux-4.1.27/net/ax25/
Daf_ax25.c1377 sock_graft(newsk, newsock); in ax25_accept()
/linux-4.1.27/include/linux/
Dsecurity.h1704 void (*sock_graft) (struct sock *sk, struct socket *parent); member
/linux-4.1.27/net/unix/
Daf_unix.c1414 sock_graft(tsk, newsock); in unix_accept()
/linux-4.1.27/net/iucv/
Daf_iucv.c674 sock_graft(sk, newsock); in iucv_accept_dequeue()
/linux-4.1.27/security/smack/
Dsmack_lsm.c4381 .sock_graft = smack_sock_graft,
/linux-4.1.27/security/selinux/
Dhooks.c6010 .sock_graft = selinux_sock_graft,