Searched refs:inet_hashinfo (Results 1 – 22 of 22) sorted by relevance
| /linux/include/net/ |
| A D | inet_hashtables.h | 144 struct inet_hashinfo { struct 188 inet_lhash2_bucket(struct inet_hashinfo *h, u32 hash) in inet_lhash2_bucket() 194 struct inet_hashinfo *hashinfo, in inet_ehash_bucket() 201 struct inet_hashinfo *hashinfo, in inet_ehash_lockp() 221 struct inet_hashinfo *inet_pernet_hashinfo_alloc(struct inet_hashinfo *hashinfo, 298 int inet_hashinfo2_init_mod(struct inet_hashinfo *h); 308 struct inet_hashinfo *hashinfo, 316 struct inet_hashinfo *hashinfo, in inet_lookup_listener() 372 struct inet_hashinfo *hashinfo, 409 struct inet_hashinfo *hashinfo, in __inet_lookup() [all …]
|
| 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(const struct net *net, struct inet_hashinfo *hashinfo,
|
| A D | inet_timewait_sock.h | 90 struct inet_hashinfo *hashinfo); 98 struct inet_hashinfo *hashinfo, 111 void inet_twsk_purge(struct inet_hashinfo *hashinfo);
|
| A D | sock.h | 1188 struct inet_hashinfo; 1324 struct inet_hashinfo *hashinfo;
|
| A D | tcp.h | 50 extern struct inet_hashinfo tcp_hashinfo;
|
| /linux/include/linux/ |
| A D | inet_diag.h | 8 struct inet_hashinfo; 51 void inet_diag_dump_icsk(struct inet_hashinfo *h, struct sk_buff *skb, 54 int inet_diag_dump_one_icsk(struct inet_hashinfo *hashinfo, 59 struct inet_hashinfo *hashinfo,
|
| /linux/net/ipv4/ |
| A D | inet_hashtables.c | 179 struct inet_hashinfo *hashinfo = tcp_or_dccp_get_hashinfo(sk); in __inet_put_port() 218 struct inet_hashinfo *table = tcp_or_dccp_get_hashinfo(sk); in __inet_inherit_port() 427 struct inet_hashinfo *hashinfo, in __inet_lookup_listener() 492 struct inet_hashinfo *hashinfo, in __inet_lookup_established() 542 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_check_established() 999 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_hash_connect() 1178 static void init_hashinfo_lhash2(struct inet_hashinfo *h) in init_hashinfo_lhash2() 1214 int inet_hashinfo2_init_mod(struct inet_hashinfo *h) in inet_hashinfo2_init_mod() 1229 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo) in inet_ehash_locks_alloc() 1254 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() 50 struct inet_hashinfo *hashinfo = tw->tw_dr->hashinfo; in inet_twsk_kill() 109 struct inet_hashinfo *hashinfo, in inet_twsk_hashdance_schedule() 238 struct inet_hashinfo *hashinfo = tw->tw_dr->hashinfo; in inet_twsk_deschedule_put() 312 void inet_twsk_purge(struct inet_hashinfo *hashinfo) 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 | 94 struct inet_hashinfo tcp_hashinfo; 2599 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; 2633 struct inet_hashinfo *hinfo; 2668 static inline bool empty_bucket(struct inet_hashinfo *hinfo, 2680 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; 2708 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; 2761 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; 2849 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; 3054 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; 3082 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; [all …]
|
| A D | inet_connection_sock.c | 335 struct inet_hashinfo *hinfo = tcp_or_dccp_get_hashinfo(sk); in inet_csk_find_open_port() 517 struct inet_hashinfo *hinfo = tcp_or_dccp_get_hashinfo(sk); in inet_csk_get_port() 1041 struct inet_hashinfo *hashinfo = tcp_or_dccp_get_hashinfo(sk); in reqsk_queue_unlink()
|
| A D | inet_diag.c | 520 struct inet_hashinfo *hashinfo, in inet_diag_find_one_icsk() 563 int inet_diag_dump_one_icsk(struct inet_hashinfo *hashinfo, in inet_diag_dump_one_icsk() 1019 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/net/ipv6/ |
| A D | inet6_hashtables.c | 50 struct inet_hashinfo *hashinfo, in __inet6_lookup_established() 203 struct inet_hashinfo *hashinfo, in inet6_lookup_listener() 247 struct inet_hashinfo *hashinfo, in inet6_lookup() 268 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet6_check_established()
|
| /linux/include/net/netns/ |
| A D | ipv4.h | 31 struct inet_hashinfo; 37 struct inet_hashinfo *hashinfo ____cacheline_aligned_in_smp;
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | sock_iter_batch.c | 27 struct inet_hashinfo *hinfo; in iter_tcp_soreuse()
|
| /linux/net/ipv4/netfilter/ |
| A D | nf_tproxy_ipv4.c | 84 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v4()
|
| /linux/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/net/mptcp/ |
| A D | mptcp_diag.c | 83 struct inet_hashinfo *hinfo; in mptcp_diag_dump_listeners()
|
| /linux/net/dccp/ |
| A D | dccp.h | 49 extern struct inet_hashinfo dccp_hashinfo;
|
| A D | proto.c | 48 struct inet_hashinfo dccp_hashinfo;
|
| /linux/net/core/ |
| A D | filter.c | 6669 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in sk_lookup()
|
Completed in 94 milliseconds