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()
124 const unsigned short hnum, const int dif) in inet6_lookup_listener() argument
139 score = compute_score(sk, net, hnum, daddr, dif); in inet6_lookup_listener()
167 dif) < hiscore)) { in inet6_lookup_listener()
180 const int dif) in inet6_lookup() argument
185 sk = __inet6_lookup(net, hashinfo, saddr, sport, daddr, ntohs(dport), dif); in inet6_lookup()
200 const int dif = sk->sk_bound_dev_if; in __inet6_check_established() local
218 if (likely(INET6_MATCH(sk2, net, saddr, daddr, ports, dif))) { in __inet6_check_established()