Lines Matching refs:dif
59 const int dif, const int sdif) in __inet6_lookup_established() argument
76 if (!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established()
81 if (unlikely(!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established()
99 const int dif, const int sdif, bool exact_dif) in compute_score() argument
113 bool dev_match = (sk->sk_bound_dev_if == dif || in compute_score()
133 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() argument
143 score = compute_score(sk, net, hnum, daddr, dif, sdif, in inet6_lhash2_lookup()
167 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener() argument
192 dif, sdif); in inet6_lookup_listener()
205 dif, sdif); in inet6_lookup_listener()
210 score = compute_score(sk, net, hnum, daddr, dif, sdif, exact_dif); in inet6_lookup_listener()
235 const int dif) in inet6_lookup() argument
241 ntohs(dport), dif, 0, &refcounted); in inet6_lookup()
256 const int dif = sk->sk_bound_dev_if; in __inet6_check_established() local
258 const int sdif = l3mdev_master_ifindex_by_index(net, dif); in __inet6_check_established()
275 dif, sdif))) { in __inet6_check_established()