Searched refs:inet_bhashfn (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | inet_timewait_sock.c | 55 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill() 113 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance()
|
D | inet_hashtables.c | 121 const int bhash = inet_bhashfn(sock_net(sk), inet_sk(sk)->inet_num, in __inet_put_port() 147 const int bhash = inet_bhashfn(sock_net(sk), port, in __inet_inherit_port() 755 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect() 795 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
|
D | inet_connection_sock.c | 240 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port() 400 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
|
/kernel/linux/linux-5.10/include/net/ |
D | inet_hashtables.h | 221 static inline u32 inet_bhashfn(const struct net *net, const __u16 lport, in inet_bhashfn() function
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 25634 head = &hinfo->bhash[inet_bhashfn(net, port,
|