/linux-6.3-rc2/include/net/ |
A D | inet_hashtables.h | 149 struct inet_hashinfo { struct 193 inet_lhash2_bucket(struct inet_hashinfo *h, u32 hash) in inet_lhash2_bucket() 199 struct inet_hashinfo *hashinfo, in inet_ehash_bucket() 206 struct inet_hashinfo *hashinfo, in inet_ehash_lockp() 226 struct inet_hashinfo *inet_pernet_hashinfo_alloc(struct inet_hashinfo *hashinfo, 303 int inet_hashinfo2_init_mod(struct inet_hashinfo *h); 313 struct inet_hashinfo *hashinfo, 321 struct inet_hashinfo *hashinfo, in inet_lookup_listener() 377 struct inet_hashinfo *hashinfo, 393 struct inet_hashinfo *hashinfo, in __inet_lookup() [all …]
|
A D | inet6_hashtables.h | 25 struct inet_hashinfo; 44 struct inet_hashinfo *hashinfo, 52 struct inet_hashinfo *hashinfo, 61 struct inet_hashinfo *hashinfo, in __inet6_lookup() 81 static inline struct sock *__inet6_lookup_skb(struct inet_hashinfo *hashinfo, in __inet6_lookup_skb() 99 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo,
|
A D | inet_timewait_sock.h | 93 struct inet_hashinfo *hashinfo); 100 struct inet_hashinfo *hashinfo); 117 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family);
|
A D | sock.h | 1213 struct inet_hashinfo; 1341 struct inet_hashinfo *hashinfo;
|
A D | tcp.h | 49 extern struct inet_hashinfo tcp_hashinfo;
|
/linux-6.3-rc2/include/linux/ |
A D | inet_diag.h | 8 struct inet_hashinfo; 50 void inet_diag_dump_icsk(struct inet_hashinfo *h, struct sk_buff *skb, 53 int inet_diag_dump_one_icsk(struct inet_hashinfo *hashinfo, 58 struct inet_hashinfo *hashinfo,
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_hashtables.c | 216 struct inet_hashinfo *table = tcp_or_dccp_get_hashinfo(sk); in __inet_inherit_port() 386 struct inet_hashinfo *hashinfo, in inet_lookup_run_bpf() 409 struct inet_hashinfo *hashinfo, in __inet_lookup_listener() 472 struct inet_hashinfo *hashinfo, in __inet_lookup_established() 522 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_check_established() 997 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_hash_connect() 1148 static void init_hashinfo_lhash2(struct inet_hashinfo *h) in init_hashinfo_lhash2() 1184 int inet_hashinfo2_init_mod(struct inet_hashinfo *h) in inet_hashinfo2_init_mod() 1199 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo) in inet_ehash_locks_alloc() 1224 struct inet_hashinfo *inet_pernet_hashinfo_alloc(struct inet_hashinfo *hashinfo, in inet_pernet_hashinfo_alloc() [all …]
|
A D | inet_timewait_sock.c | 30 struct inet_hashinfo *hashinfo) in inet_twsk_bind_unhash() 52 struct inet_hashinfo *hashinfo = tw->tw_dr->hashinfo; in inet_twsk_kill() 115 struct inet_hashinfo *hashinfo) in inet_twsk_hashdance() 281 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family) in inet_twsk_purge()
|
A D | tcp_diag.c | 184 struct inet_hashinfo *hinfo; in tcp_diag_dump() 194 struct inet_hashinfo *hinfo; in tcp_diag_dump_one() 206 struct inet_hashinfo *hinfo; in tcp_diag_destroy()
|
A D | tcp_ipv4.c | 91 struct inet_hashinfo tcp_hashinfo; 2354 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in listening_get_first() 2388 struct inet_hashinfo *hinfo; in listening_get_next() 2423 static inline bool empty_bucket(struct inet_hashinfo *hinfo, in empty_bucket() 2435 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in established_get_first() 2461 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in established_get_next() 2514 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in tcp_seek_last_pos() 2602 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in tcp_seq_stop() 2807 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in bpf_iter_tcp_listening_batch() 2835 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in bpf_iter_tcp_established_batch() [all …]
|
A D | inet_connection_sock.c | 327 struct inet_hashinfo *hinfo = tcp_or_dccp_get_hashinfo(sk); in inet_csk_find_open_port() 509 struct inet_hashinfo *hinfo = tcp_or_dccp_get_hashinfo(sk); in inet_csk_get_port() 952 struct inet_hashinfo *hashinfo = tcp_or_dccp_get_hashinfo(sk); in reqsk_queue_unlink()
|
A D | inet_diag.c | 511 struct inet_hashinfo *hashinfo, in inet_diag_find_one_icsk() 554 int inet_diag_dump_one_icsk(struct inet_hashinfo *hashinfo, in inet_diag_dump_one_icsk() 1009 void inet_diag_dump_icsk(struct inet_hashinfo *hashinfo, struct sk_buff *skb, in inet_diag_dump_icsk()
|
A D | sysctl_net_ipv4.c | 394 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in proc_tcp_ehash_entries()
|
/linux-6.3-rc2/net/ipv6/ |
A D | inet6_hashtables.c | 50 struct inet_hashinfo *hashinfo, in __inet6_lookup_established() 160 struct inet_hashinfo *hashinfo, in inet6_lookup_run_bpf() 185 struct inet_hashinfo *hashinfo, in inet6_lookup_listener() 226 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, in inet6_lookup() 247 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet6_check_established()
|
/linux-6.3-rc2/include/net/netns/ |
A D | ipv4.h | 32 struct inet_hashinfo; 38 struct inet_hashinfo *hashinfo ____cacheline_aligned_in_smp;
|
/linux-6.3-rc2/net/ipv4/netfilter/ |
A D | nf_tproxy_ipv4.c | 82 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v4()
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | nf_tproxy_ipv6.c | 83 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v6()
|
/linux-6.3-rc2/net/mptcp/ |
A D | mptcp_diag.c | 84 struct inet_hashinfo *hinfo; in mptcp_diag_dump_listeners()
|
/linux-6.3-rc2/net/dccp/ |
A D | dccp.h | 49 extern struct inet_hashinfo dccp_hashinfo;
|
A D | proto.c | 48 struct inet_hashinfo dccp_hashinfo;
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 6483 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in sk_lookup()
|