Home
last modified time | relevance | path

Searched refs:sk_add_node (Results 1 – 11 of 11) sorted by relevance

/linux/net/nfc/
H A Drawsock.c26 sk_add_node(sk, &l->head); in nfc_sock_link()
H A Dllcp_core.c28 sk_add_node(sk, &l->head); in nfc_llcp_sock_link()
/linux/net/ieee802154/
H A Dsocket.c176 sk_add_node(sk, &raw_head); in raw_hash()
459 sk_add_node(sk, &dgram_head); in dgram_hash()
/linux/net/bluetooth/
H A Daf_bluetooth.c176 sk_add_node(sk, &l->head); in bt_sock_link()
/linux/net/atm/
H A Dcommon.c47 sk_add_node(sk, head); in __vcc_insert_socket()
/linux/net/phonet/
H A Dpep.c894 sk_add_node(newsk, &pn->hlist); in pep_sock_accept()
/linux/net/x25/
H A Daf_x25.c254 sk_add_node(sk, &x25_list); in x25_insert_socket()
/linux/net/iucv/
H A Daf_iucv.c315 sk_add_node(sk, &l->head); in iucv_sock_link()
/linux/include/net/
H A Dsock.h898 static inline void sk_add_node(struct sock *sk, struct hlist_head *list) in sk_add_node() function
/linux/net/smc/
H A Daf_smc.c207 sk_add_node(sk, head); in smc_hash_sk()
/linux/net/unix/
H A Daf_unix.c380 sk_add_node(sk, &net->unx.table.buckets[sk->sk_hash]); in __unix_insert_socket()