Searched refs:sk_hash (Results 1 – 7 of 7) sorted by relevance
380 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 …]
85 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()
494 dst->value = skb->sk->sk_hash; in META_COLLECTOR()
644 hash = migrating_sk->sk_hash; in reuseport_migrate_sock()
47 sk->sk_hash = vcc->vci & (VCC_HTABLE_SIZE - 1); in __vcc_insert_socket()
3727 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()
375 #define sk_hash __sk_common.skc_hash macro