Searched defs:ehashfn (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 135 inet6_lookup_reuseport(const struct net * net,struct sock * sk,struct sk_buff * skb,int doff,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,unsigned short hnum,inet6_ehashfn_t * ehashfn) inet6_lookup_reuseport() argument 184 inet6_lookup_run_sk_lookup(const struct net * net,int protocol,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const u16 hnum,const int dif,inet6_ehashfn_t * ehashfn) inet6_lookup_run_sk_lookup() argument
|
/linux/include/net/ |
H A D | inet6_hashtables.h | 110 inet6_steal_sock(struct net * net,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const __be16 dport,bool * refcounted,inet6_ehashfn_t * ehashfn) inet6_steal_sock() argument
|
H A D | inet_hashtables.h | 440 inet_steal_sock(struct net * net,struct sk_buff * skb,int doff,const __be32 saddr,const __be16 sport,const __be32 daddr,const __be16 dport,bool * refcounted,inet_ehashfn_t * ehashfn) inet_steal_sock() argument
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 356 inet_lookup_reuseport(const struct net * net,struct sock * sk,struct sk_buff * skb,int doff,__be32 saddr,__be16 sport,__be32 daddr,unsigned short hnum,inet_ehashfn_t * ehashfn) inet_lookup_reuseport() argument 410 inet_lookup_run_sk_lookup(const struct net * net,int protocol,struct sk_buff * skb,int doff,__be32 saddr,__be16 sport,__be32 daddr,u16 hnum,const int dif,inet_ehashfn_t * ehashfn) inet_lookup_run_sk_lookup() argument
|