/openbmc/linux/include/net/ |
H A D | inet_hashtables.h | 149 struct inet_hashinfo { struct 182 static inline struct inet_hashinfo *tcp_or_dccp_get_hashinfo(const struct sock *sk) in tcp_or_dccp_get_hashinfo() argument 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() 212 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo); 214 static inline void inet_hashinfo2_free_mod(struct inet_hashinfo *h) in inet_hashinfo2_free_mod() 220 static inline void inet_ehash_locks_free(struct inet_hashinfo *hashinfo) in inet_ehash_locks_free() 226 struct inet_hashinfo *inet_pernet_hashinfo_alloc(struct inet_hashinfo *hashinfo, 228 void inet_pernet_hashinfo_free(struct inet_hashinfo *hashinfo); [all …]
|
H A D | inet6_hashtables.h | 25 struct inet_hashinfo; 44 struct inet_hashinfo *hashinfo, 68 struct inet_hashinfo *hashinfo, 86 struct inet_hashinfo *hashinfo, in __inet6_lookup() 146 static inline struct sock *__inet6_lookup_skb(struct inet_hashinfo *hashinfo, in __inet6_lookup_skb() 170 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo,
|
H 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);
|
H A D | sock.h | 1231 struct inet_hashinfo; 1360 struct inet_hashinfo *hashinfo;
|
H A D | tcp.h | 49 extern struct inet_hashinfo tcp_hashinfo;
|
/openbmc/linux/include/linux/ |
H 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,
|
/openbmc/linux/net/ipv4/ |
H A D | inet_hashtables.c | 183 struct inet_hashinfo *hashinfo = tcp_or_dccp_get_hashinfo(sk); in __inet_put_port() 223 struct inet_hashinfo *table = tcp_or_dccp_get_hashinfo(sk); in __inet_inherit_port() 302 inet_lhash2_bucket_sk(struct inet_hashinfo *h, struct sock *sk) in inet_lhash2_bucket_sk() 433 struct inet_hashinfo *hashinfo, in __inet_lookup_listener() 498 struct inet_hashinfo *hashinfo, in __inet_lookup_established() 548 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_check_established() 663 struct inet_hashinfo *hashinfo = tcp_or_dccp_get_hashinfo(sk); in inet_ehash_insert() 735 struct inet_hashinfo *hashinfo = tcp_or_dccp_get_hashinfo(sk); in __inet_hash() 781 struct inet_hashinfo *hashinfo = tcp_or_dccp_get_hashinfo(sk); in inet_unhash() 870 struct inet_hashinfo *hinfo = tcp_or_dccp_get_hashinfo(sk); in inet_bhash2_addr_any_hashbucket() [all …]
|
H 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() 282 void inet_twsk_purge(struct inet_hashinfo *hashinfo) in inet_twsk_purge()
|
H 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()
|
H A D | tcp_ipv4.c | 92 struct inet_hashinfo tcp_hashinfo; 2377 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in listening_get_first() 2411 struct inet_hashinfo *hinfo; in listening_get_next() 2446 static inline bool empty_bucket(struct inet_hashinfo *hinfo, in empty_bucket() 2458 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in established_get_first() 2486 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in established_get_next() 2539 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in tcp_seek_last_pos() 2627 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in tcp_seq_stop() 2832 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in bpf_iter_tcp_listening_batch() 2860 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in bpf_iter_tcp_established_batch() [all …]
|
H A D | inet_connection_sock.c | 330 struct inet_hashinfo *hinfo = tcp_or_dccp_get_hashinfo(sk); in inet_csk_find_open_port() 512 struct inet_hashinfo *hinfo = tcp_or_dccp_get_hashinfo(sk); in inet_csk_get_port() 976 struct inet_hashinfo *hashinfo = tcp_or_dccp_get_hashinfo(sk); in reqsk_queue_unlink()
|
H 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()
|
H A D | sysctl_net_ipv4.c | 396 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in proc_tcp_ehash_entries()
|
/openbmc/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 51 struct inet_hashinfo *hashinfo, in __inet6_lookup_established() 204 struct inet_hashinfo *hashinfo, in inet6_lookup_listener() 247 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, in inet6_lookup() 268 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet6_check_established()
|
/openbmc/linux/include/net/netns/ |
H A D | ipv4.h | 32 struct inet_hashinfo; 38 struct inet_hashinfo *hashinfo ____cacheline_aligned_in_smp;
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_tproxy_ipv4.c | 84 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v4()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_tproxy_ipv6.c | 83 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v6()
|
/openbmc/linux/net/mptcp/ |
H A D | mptcp_diag.c | 84 struct inet_hashinfo *hinfo; in mptcp_diag_dump_listeners()
|
/openbmc/linux/net/dccp/ |
H A D | dccp.h | 49 extern struct inet_hashinfo dccp_hashinfo;
|
H A D | proto.c | 48 struct inet_hashinfo dccp_hashinfo;
|
/openbmc/linux/net/core/ |
H A D | filter.c | 6631 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in sk_lookup()
|