Home
last modified time | relevance | path

Searched refs:sk_hash (Results 1 – 7 of 7) sorted by relevance

/linux/net/unix/
H A Daf_unix.c380 sk_add_node(sk, &net->unx.table.buckets[sk->sk_hash]); in __unix_insert_socket()
389 sk->sk_hash = hash; in __unix_set_addr_hash()
395 spin_lock(&net->unx.table.locks[sk->sk_hash]); in unix_remove_socket()
397 spin_unlock(&net->unx.table.locks[sk->sk_hash]); in unix_remove_socket()
402 spin_lock(&net->unx.table.locks[sk->sk_hash]); in unix_insert_unbound_socket()
404 spin_unlock(&net->unx.table.locks[sk->sk_hash]); in unix_insert_unbound_socket()
409 spin_lock(&bsd_socket_locks[sk->sk_hash]); in unix_insert_bsd_socket()
410 sk_add_bind_node(sk, &bsd_socket_buckets[sk->sk_hash]); in unix_insert_bsd_socket()
411 spin_unlock(&bsd_socket_locks[sk->sk_hash]); in unix_insert_bsd_socket()
417 spin_lock(&bsd_socket_locks[sk->sk_hash]); in unix_remove_bsd_socket()
[all …]
/linux/net/sched/
H A Dsch_fq.c85 u32 socket_hash; /* sk_hash */
415 * if its sk_hash is the same. in fq_classify()
420 f->socket_hash != sk->sk_hash)) { in fq_classify()
422 f->socket_hash = sk->sk_hash; in fq_classify()
448 f->socket_hash = sk->sk_hash; in fq_classify()
H A Dem_meta.c494 dst->value = skb->sk->sk_hash; in META_COLLECTOR()
/linux/net/core/
H A Dsock_reuseport.c644 hash = migrating_sk->sk_hash; in reuseport_migrate_sock()
/linux/net/atm/
H A Dcommon.c47 sk->sk_hash = vcc->vci & (VCC_HTABLE_SIZE - 1); in __vcc_insert_socket()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c3727 if (skb->sk && skb->sk->sk_hash) in i40e_swdcb_skb_tx_hash()
3728 hash = skb->sk->sk_hash; in i40e_swdcb_skb_tx_hash()
/linux/include/net/
H A Dsock.h375 #define sk_hash __sk_common.skc_hash macro