Searched refs:inet_hashinfo (Results 1 – 16 of 16) sorted by relevance
| /linux/include/net/ |
| H A D | inet_hashtables.h | 147 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 D | inet_timewait_sock.h | 105 struct inet_hashinfo *hashinfo); 113 struct inet_hashinfo *hashinfo, 126 void inet_twsk_purge(struct inet_hashinfo *hashinfo);
|
| H A D | inet6_hashtables.h | 25 struct inet_hashinfo;
|
| H A D | sock.h | 1258 struct inet_hashinfo; 1389 struct inet_hashinfo *hashinfo;
|
| H A D | tcp.h | 53 extern struct inet_hashinfo tcp_hashinfo;
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 214 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 D | inet_timewait_sock.c | 31 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 D | tcp_ipv4.c | 100 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 D | inet_connection_sock.c | 320 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 D | tcp_diag.c | 321 struct inet_hashinfo *hashinfo; in tcp_diag_dump()
|
| H A D | sysctl_net_ipv4.c | 399 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in proc_tcp_ehash_entries()
|
| /linux/include/net/netns/ |
| H A D | ipv4.h | 31 struct inet_hashinfo; 37 struct inet_hashinfo *hashinfo ____cacheline_aligned_in_smp;
|
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 59 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 D | inet_diag.h | 8 struct inet_hashinfo;
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | sock_iter_batch.c | 34 struct inet_hashinfo *hinfo; in iter_tcp_soreuse()
|
| /linux/net/mptcp/ |
| H A D | mptcp_diag.c | 81 struct inet_hashinfo *hinfo; in mptcp_diag_dump_listeners()
|