Home
last modified time | relevance | path

Searched refs:inet_hashinfo (Results 1 – 16 of 16) sorted by relevance

/linux/include/net/
H A Dinet_hashtables.h147 struct inet_hashinfo { struct
180 static inline struct inet_hashinfo *tcp_get_hashinfo(const struct sock *sk) in tcp_get_hashinfo() argument
186 inet_lhash2_bucket(struct inet_hashinfo *h, u32 hash) in inet_lhash2_bucket()
192 struct inet_hashinfo *hashinfo, in inet_ehash_bucket()
199 struct inet_hashinfo *hashinfo, in inet_ehash_lockp()
205 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo);
207 static inline void inet_ehash_locks_free(struct inet_hashinfo *hashinfo) in inet_ehash_locks_free()
213 struct inet_hashinfo *inet_pernet_hashinfo_alloc(struct inet_hashinfo *hashinfo,
215 void inet_pernet_hashinfo_free(struct inet_hashinfo *hashinfo);
253 inet_bhashfn_portaddr(const struct inet_hashinfo *hinfo, const struct sock *sk, in inet_bhashfn_portaddr()
[all …]
H A Dinet_timewait_sock.h105 struct inet_hashinfo *hashinfo);
113 struct inet_hashinfo *hashinfo,
126 void inet_twsk_purge(struct inet_hashinfo *hashinfo);
H A Dinet6_hashtables.h25 struct inet_hashinfo;
H A Dsock.h1258 struct inet_hashinfo;
1389 struct inet_hashinfo *hashinfo;
H A Dtcp.h53 extern struct inet_hashinfo tcp_hashinfo;
/linux/net/ipv4/
H A Dinet_hashtables.c214 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); in __inet_put_port()
254 struct inet_hashinfo *table = tcp_get_hashinfo(sk); in __inet_inherit_port()
332 inet_lhash2_bucket_sk(struct inet_hashinfo *h, struct sock *sk) in inet_lhash2_bucket_sk()
469 struct inet_hashinfo *hashinfo; in __inet_lookup_listener()
536 struct inet_hashinfo *hashinfo; in __inet_lookup_established()
581 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_check_established()
707 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); in inet_ehash_insert()
783 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); in inet_hash()
821 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); in inet_unhash()
901 struct inet_hashinfo *hinfo = tcp_get_hashinfo(sk); in inet_bhash2_addr_any_hashbucket()
[all …]
H A Dinet_timewait_sock.c31 struct inet_hashinfo *hashinfo) in inet_twsk_bind_unhash()
51 struct inet_hashinfo *hashinfo = tw->tw_dr->hashinfo; in inet_twsk_kill()
105 struct inet_hashinfo *hashinfo, in inet_twsk_hashdance_schedule()
232 struct inet_hashinfo *hashinfo = tw->tw_dr->hashinfo; in inet_twsk_deschedule_put()
305 void inet_twsk_purge(struct inet_hashinfo *hashinfo) in inet_twsk_purge()
H A Dtcp_ipv4.c100 struct inet_hashinfo tcp_hashinfo;
2554 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2588 struct inet_hashinfo *hinfo;
2623 static inline bool empty_bucket(struct inet_hashinfo *hinfo,
2635 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2663 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2716 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2804 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
3043 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
3073 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
[all …]
H A Dinet_connection_sock.c320 struct inet_hashinfo *hinfo = tcp_get_hashinfo(sk); in inet_csk_find_open_port()
506 struct inet_hashinfo *hinfo = tcp_get_hashinfo(sk); in inet_csk_get_port()
986 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); in reqsk_queue_unlink()
H A Dtcp_diag.c321 struct inet_hashinfo *hashinfo; in tcp_diag_dump()
H A Dsysctl_net_ipv4.c399 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in proc_tcp_ehash_entries()
/linux/include/net/netns/
H A Dipv4.h31 struct inet_hashinfo;
37 struct inet_hashinfo *hashinfo ____cacheline_aligned_in_smp;
/linux/net/ipv6/
H A Dinet6_hashtables.c59 struct inet_hashinfo *hashinfo; in __inet6_lookup_established()
211 struct inet_hashinfo *hashinfo; in inet6_lookup_listener()
271 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet6_check_established()
/linux/include/linux/
H A Dinet_diag.h8 struct inet_hashinfo;
/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c34 struct inet_hashinfo *hinfo; in iter_tcp_soreuse()
/linux/net/mptcp/
H A Dmptcp_diag.c81 struct inet_hashinfo *hinfo; in mptcp_diag_dump_listeners()