Searched refs:sk_hash (Results 1 – 9 of 9) sorted by relevance
104 if (sk->sk_hash != hash) in __inet6_lookup_established()322 if (sk2->sk_hash != hash || in __inet6_check_established()337 if (sk2->sk_hash != hash) in __inet6_check_established()356 sk->sk_hash = hash; in __inet6_check_established()
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 …]
422 f->socket_hash != sk->sk_hash)) { in fq_classify()424 f->socket_hash = sk->sk_hash; in fq_classify()450 f->socket_hash = sk->sk_hash; in fq_classify()
494 dst->value = skb->sk->sk_hash; in META_COLLECTOR()
215 u32 hash = sk->sk_hash; in psp_write_headers()
644 hash = migrating_sk->sk_hash; in reuseport_migrate_sock()
46 sk->sk_hash = vcc->vci & (VCC_HTABLE_SIZE - 1); in __vcc_insert_socket()
3728 if (skb->sk && skb->sk->sk_hash) in i40e_swdcb_skb_tx_hash()3729 hash = skb->sk->sk_hash; in i40e_swdcb_skb_tx_hash()
381 #define sk_hash __sk_common.skc_hash macro