Home
last modified time | relevance | path

Searched refs:inet_hashinfo (Results 1 – 11 of 11) 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;
/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/ipv4/
H A Dtcp_ipv4.c100 struct inet_hashinfo tcp_hashinfo;
2481 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2515 struct inet_hashinfo *hinfo;
2550 static inline bool empty_bucket(struct inet_hashinfo *hinfo,
2562 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2590 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2643 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2729 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2967 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2997 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()
993 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/net/dccp/
H A Ddccp.h
H A Dproto.c