Lines Matching refs:saddr
216 const __be32 saddr, const __be16 sport,
223 __be32 saddr, __be16 sport, in inet_lookup_listener() argument
226 return __inet_lookup_listener(net, hashinfo, saddr, sport, in inet_lookup_listener()
286 const __be32 saddr, const __be16 sport,
292 const __be32 saddr, const __be16 sport, in inet_lookup_established() argument
296 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, in inet_lookup_established()
302 const __be32 saddr, const __be16 sport, in __inet_lookup() argument
308 saddr, sport, daddr, hnum, dif); in __inet_lookup()
310 return sk ? : __inet_lookup_listener(net, hashinfo, saddr, sport, in __inet_lookup()
316 const __be32 saddr, const __be16 sport, in inet_lookup() argument
323 sk = __inet_lookup(net, hashinfo, saddr, sport, daddr, dport, dif); in inet_lookup()
341 iph->saddr, sport, in __inet_lookup_skb()