Lines Matching refs:dif
57 const int dif) in __inet6_lookup_established() argument
75 if (!INET6_MATCH(sk, net, saddr, daddr, ports, dif)) in __inet6_lookup_established()
80 if (unlikely(!INET6_MATCH(sk, net, saddr, daddr, ports, dif))) { in __inet6_lookup_established()
99 const int dif) in compute_score() argument
113 if (sk->sk_bound_dev_if != dif) in compute_score()
126 const unsigned short hnum, const int dif) in inet6_lookup_listener() argument
141 score = compute_score(sk, net, hnum, daddr, dif); in inet6_lookup_listener()
169 dif) < hiscore)) { in inet6_lookup_listener()
182 const int dif) in inet6_lookup() argument
187 sk = __inet6_lookup(net, hashinfo, saddr, sport, daddr, ntohs(dport), dif); in inet6_lookup()
202 const int dif = sk->sk_bound_dev_if; in __inet6_check_established() local
219 if (likely(INET6_MATCH(sk2, net, saddr, daddr, ports, dif))) { in __inet6_check_established()