Home
last modified time | relevance | path

Searched refs:inet_hashinfo (Results 1 – 14 of 14) 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 Dinet6_hashtables.h25 struct inet_hashinfo;
H A Dsock.h1263 struct inet_hashinfo;
1394 struct inet_hashinfo *hashinfo;
H A Dtcp.h53 extern struct inet_hashinfo tcp_hashinfo;
/linux/net/ipv4/
H A Dinet_hashtables.c219 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); in __inet_put_port()
258 struct inet_hashinfo *table = tcp_get_hashinfo(sk); in __inet_inherit_port()
335 inet_lhash2_bucket_sk(struct inet_hashinfo *h, struct sock *sk)
472 struct inet_hashinfo *hashinfo; in __inet_lookup_listener()
539 struct inet_hashinfo *hashinfo; in __inet_lookup_established()
584 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_check_established()
710 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); in inet_ehash_insert()
785 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); in inet_hash()
829 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); in inet_unhash()
908 struct inet_hashinfo *hinf
[all...]
H A Dtcp_ipv4.c100 struct inet_hashinfo tcp_hashinfo;
2476 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2510 struct inet_hashinfo *hinfo;
2545 static inline bool empty_bucket(struct inet_hashinfo *hinfo,
2557 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2585 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2638 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2724 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2962 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2992 struct inet_hashinfo *hinf
[all...]
H A Dinet_connection_sock.c319 struct inet_hashinfo *hinfo = tcp_get_hashinfo(sk); in inet_csk_find_open_port()
505 struct inet_hashinfo *hinfo = tcp_get_hashinfo(sk); in inet_csk_get_port()
981 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.c94 struct inet_hashinfo *hashinfo; in __inet6_lookup_established()
246 struct inet_hashinfo *hashinfo; in inet6_lookup_listener()
306 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet6_check_established()
/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c34 struct inet_hashinfo *hinfo; in iter_tcp_soreuse()
/linux/net/dccp/
H A Ddccp.h
H A Dproto.c