Lines Matching refs:dif
74 const int dif) in __inet6_lookup_established() argument
92 if (likely(INET6_MATCH(sk, net, saddr, daddr, ports, dif))) { in __inet6_lookup_established()
96 ports, dif))) { in __inet6_lookup_established()
112 ports, dif))) { in __inet6_lookup_established()
118 ports, dif))) { in __inet6_lookup_established()
137 const int dif) in compute_score() argument
152 if (sk->sk_bound_dev_if != dif) in compute_score()
163 const unsigned short hnum, const int dif) in inet6_lookup_listener() argument
178 score = compute_score(sk, net, hnum, daddr, dif); in inet6_lookup_listener()
206 dif) < hiscore)) { in inet6_lookup_listener()
220 const int dif) in inet6_lookup() argument
225 sk = __inet6_lookup(net, hashinfo, saddr, sport, daddr, ntohs(dport), dif); in inet6_lookup()
242 const int dif = sk->sk_bound_dev_if; in __inet6_check_established() local
262 ports, dif))) { in __inet6_check_established()
276 if (likely(INET6_MATCH(sk2, net, saddr, daddr, ports, dif))) in __inet6_check_established()