Home
last modified time | relevance | path

Searched refs:inet_hashinfo (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dinet_hashtables.h124 struct inet_hashinfo { struct
167 inet_lhash2_bucket(struct inet_hashinfo *h, u32 hash) in inet_lhash2_bucket() argument
173 struct inet_hashinfo *hashinfo, in inet_ehash_bucket()
180 struct inet_hashinfo *hashinfo, in inet_ehash_lockp()
186 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo);
188 static inline void inet_hashinfo2_free_mod(struct inet_hashinfo *h) in inet_hashinfo2_free_mod()
194 static inline void inet_ehash_locks_free(struct inet_hashinfo *hashinfo) in inet_ehash_locks_free()
232 void inet_hashinfo_init(struct inet_hashinfo *h);
233 void inet_hashinfo2_init(struct inet_hashinfo *h, const char *name,
237 int inet_hashinfo2_init_mod(struct inet_hashinfo *h);
[all …]
H A Dinet6_hashtables.h25 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,
H A Dinet_timewait_sock.h89 struct inet_hashinfo *hashinfo);
96 struct inet_hashinfo *hashinfo);
113 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family);
H A Dsock.h1155 struct inet_hashinfo;
1269 struct inet_hashinfo *hashinfo;
H A Dtcp.h49 extern struct inet_hashinfo tcp_hashinfo;
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c108 struct inet_hashinfo *hashinfo = sk->sk_prot->h.hashinfo; in __inet_put_port()
133 struct inet_hashinfo *table = sk->sk_prot->h.hashinfo; in __inet_inherit_port()
179 inet_lhash2_bucket_sk(struct inet_hashinfo *h, struct sock *sk) in inet_lhash2_bucket_sk()
196 static void inet_hash2(struct inet_hashinfo *h, struct sock *sk) in inet_hash2()
216 static void inet_unhash2(struct inet_hashinfo *h, struct sock *sk) in inet_unhash2()
307 struct inet_hashinfo *hashinfo, in inet_lookup_run_bpf()
330 struct inet_hashinfo *hashinfo, in __inet_lookup_listener()
393 struct inet_hashinfo *hashinfo, in __inet_lookup_established()
443 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet_check_established()
558 struct inet_hashinfo *hashinfo = sk->sk_prot->h.hashinfo; in inet_ehash_insert()
[all …]
H A Dinet_timewait_sock.c30 struct inet_hashinfo *hashinfo) in inet_twsk_bind_unhash()
46 struct inet_hashinfo *hashinfo = tw->tw_dr->hashinfo; in inet_twsk_kill()
102 struct inet_hashinfo *hashinfo) in inet_twsk_hashdance()
257 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family) in inet_twsk_purge()
H A Dinet_connection_sock.c184 struct inet_hashinfo *hinfo = sk->sk_prot->h.hashinfo; in inet_csk_find_open_port()
357 struct inet_hashinfo *hinfo = sk->sk_prot->h.hashinfo; in inet_csk_get_port()
693 struct inet_hashinfo *hashinfo = req_to_sk(req)->sk_prot->h.hashinfo; in reqsk_queue_unlink()
H A Dinet_diag.c505 struct inet_hashinfo *hashinfo, in inet_diag_find_one_icsk()
548 int inet_diag_dump_one_icsk(struct inet_hashinfo *hashinfo, in inet_diag_dump_one_icsk()
1004 void inet_diag_dump_icsk(struct inet_hashinfo *hashinfo, struct sk_buff *skb, in inet_diag_dump_icsk()
H A Dtcp_ipv4.c91 struct inet_hashinfo tcp_hashinfo;
/OK3568_Linux_fs/kernel/include/linux/
H A Dinet_diag.h8 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,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dinet6_hashtables.c24 extern struct inet_hashinfo tcp_hashinfo;
52 struct inet_hashinfo *hashinfo, in __inet6_lookup_established()
163 struct inet_hashinfo *hashinfo, in inet6_lookup_run_bpf()
188 struct inet_hashinfo *hashinfo, in inet6_lookup_listener()
229 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, in inet6_lookup()
250 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet6_check_established()
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h33 struct inet_hashinfo;
38 struct inet_hashinfo *hashinfo ____cacheline_aligned_in_smp;
/OK3568_Linux_fs/kernel/net/dccp/
H A Ddccp.h49 extern struct inet_hashinfo dccp_hashinfo;
H A Dproto.c48 struct inet_hashinfo dccp_hashinfo;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1072 static void inet_inherit_port(struct inet_hashinfo *hash_info, in inet_inherit_port()