Lines Matching refs:saddr
258 const __be32 saddr, const __be16 sport,
265 __be32 saddr, __be16 sport, in inet_lookup_listener() argument
268 return __inet_lookup_listener(net, hashinfo, saddr, sport, in inet_lookup_listener()
328 const __be32 saddr, const __be16 sport,
334 const __be32 saddr, const __be16 sport, in inet_lookup_established() argument
338 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, in inet_lookup_established()
344 const __be32 saddr, const __be16 sport, in __inet_lookup() argument
350 saddr, sport, daddr, hnum, dif); in __inet_lookup()
352 return sk ? : __inet_lookup_listener(net, hashinfo, saddr, sport, in __inet_lookup()
358 const __be32 saddr, const __be16 sport, in inet_lookup() argument
365 sk = __inet_lookup(net, hashinfo, saddr, sport, daddr, dport, dif); in inet_lookup()
383 iph->saddr, sport, in __inet_lookup_skb()