Searched refs:sk_add_node (Results 1 – 11 of 11) sorted by relevance
| /linux/net/nfc/ |
| H A D | rawsock.c | 26 sk_add_node(sk, &l->head); in nfc_sock_link()
|
| H A D | llcp_core.c | 28 sk_add_node(sk, &l->head); in nfc_llcp_sock_link()
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 179 sk_add_node(sk, &l->head); in bt_sock_link()
|
| /linux/net/atm/ |
| H A D | common.c | 48 sk_add_node(sk, head); in __vcc_insert_socket()
|
| /linux/net/phonet/ |
| H A D | pep.c | 892 sk_add_node(newsk, &pn->hlist); in pep_sock_accept()
|
| /linux/net/x25/ |
| H A D | af_x25.c | 253 sk_add_node(sk, &x25_list); in x25_insert_socket()
|
| /linux/net/appletalk/ |
| H A D | ddp.c | 78 sk_add_node(sk, &atalk_sockets); in __atalk_insert_socket()
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 311 sk_add_node(sk, &l->head); in iucv_sock_link()
|
| /linux/include/net/ |
| H A D | sock.h | 898 static inline void sk_add_node(struct sock *sk, struct hlist_head *list) in sk_add_node() function
|
| /linux/net/smc/ |
| H A D | af_smc.c | 207 sk_add_node(sk, head); in smc_hash_sk()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 380 sk_add_node(sk, &net->unx.table.buckets[sk->sk_hash]); in __unix_insert_socket()
|