Lines Matching refs:saddr
259 const __be32 saddr, const __be16 sport,
266 __be32 saddr, __be16 sport, in inet_lookup_listener() argument
269 return __inet_lookup_listener(net, hashinfo, saddr, sport, in inet_lookup_listener()
329 const __be32 saddr, const __be16 sport,
335 const __be32 saddr, const __be16 sport, in inet_lookup_established() argument
339 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, in inet_lookup_established()
345 const __be32 saddr, const __be16 sport, in __inet_lookup() argument
351 saddr, sport, daddr, hnum, dif); in __inet_lookup()
353 return sk ? : __inet_lookup_listener(net, hashinfo, saddr, sport, in __inet_lookup()
359 const __be32 saddr, const __be16 sport, in inet_lookup() argument
366 sk = __inet_lookup(net, hashinfo, saddr, sport, daddr, dport, dif); in inet_lookup()
384 iph->saddr, sport, in __inet_lookup_skb()