Searched refs:ehashfn (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
H A D | inet6_hashtables.h | 65 inet6_ehashfn_t *ehashfn); 83 inet6_ehashfn_t *ehashfn); 110 bool *refcounted, inet6_ehashfn_t *ehashfn) in inet6_steal_sock() argument 134 ehashfn); in inet6_steal_sock()
|
H A D | inet_hashtables.h | 389 inet_ehashfn_t *ehashfn); 396 inet_ehashfn_t *ehashfn); 451 bool *refcounted, inet_ehashfn_t *ehashfn) in inet_steal_sock() argument 475 ehashfn); in inet_steal_sock()
|
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 135 inet6_ehashfn_t *ehashfn) in inet6_lookup_reuseport() argument 141 phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn, in inet6_lookup_reuseport() 184 inet6_ehashfn_t *ehashfn) in inet6_lookup_run_sk_lookup() argument 195 saddr, sport, daddr, hnum, ehashfn); in inet6_lookup_run_sk_lookup()
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 355 inet_ehashfn_t *ehashfn) in inet_lookup_reuseport() argument 361 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport() 409 inet_ehashfn_t *ehashfn) in inet_lookup_run_sk_lookup() argument 420 ehashfn); in inet_lookup_run_sk_lookup()
|