Home
last modified time | relevance | path

Searched refs:lhash2 (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dinet_hashtables.h175 struct inet_listen_hashbucket *lhash2; member
188 return &h->lhash2[hash & h->lhash2_mask]; in inet_lhash2_bucket()
/linux/net/ipv4/
H A Dtcp_ipv4.c2490 ilb2 = &hinfo->lhash2[st->bucket];
2528 ilb2 = &hinfo->lhash2[st->bucket];
2735 spin_unlock(&hinfo->lhash2[st->bucket].lock);
2986 spin_unlock(&hinfo->lhash2[st->bucket].lock);
3124 spin_unlock(&hinfo->lhash2[st->bucket].lock);
H A Dtcp_diag.c340 ilb = &hashinfo->lhash2[i]; in tcp_diag_dump()