Searched refs:sock_graft (Results 1 – 13 of 13) sorted by relevance
| /linux/net/phonet/ |
| H A D | socket.c | 314 sock_graft(newsk, newsock); in pn_socket_accept()
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 337 sock_graft(sk, newsock); in bt_accept_dequeue()
|
| /linux/net/nfc/ |
| H A D | llcp_sock.c | 440 sock_graft(sk, newsock); in nfc_llcp_accept_dequeue()
|
| /linux/net/llc/ |
| H A D | af_llc.c | 143 sock_graft(sk, sock); in llc_ui_sk_init()
|
| /linux/net/x25/ |
| H A D | af_x25.c | 898 sock_graft(newsk, newsock); in x25_accept()
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 560 sock_graft(sk, newsock); in iucv_accept_dequeue()
|
| /linux/security/apparmor/ |
| H A D | lsm.c | 1833 LSM_HOOK_INIT(sock_graft, apparmor_sock_graft),
|
| /linux/security/ |
| H A D | security.c | 4566 call_void_hook(sock_graft, sk, parent); in security_sock_graft()
|
| /linux/net/vmw_vsock/ |
| H A D | af_vsock.c | 1943 sock_graft(connected, newsock); in vsock_accept()
|
| /linux/include/net/ |
| H A D | sock.h | 2145 static inline void sock_graft(struct sock *sk, struct socket *parent) in sock_graft() function
|
| /linux/net/smc/ |
| H A D | af_smc.c | 1844 sock_graft(new_sk, new_sock); in smc_accept_dequeue()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 1881 sock_graft(tsk, newsock); in unix_accept()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 7833 LSM_HOOK_INIT(sock_graft, selinux_sock_graft),
|