Lines Matching refs:l3mdev
284 static bool inet_bhash2_addr_any_conflict(const struct sock *sk, int port, int l3mdev,
305 if (inet_bind2_bucket_match_addr_any(tb2, net, port, l3mdev, sk))
328 int i, low, high, attempt_half, port, l3mdev;
336 l3mdev = inet_sk_bound_l3mdev(sk);
373 if (inet_bhash2_addr_any_conflict(sk, port, l3mdev, relax, false))
379 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
381 if (inet_bind_bucket_match(tb, net, port, l3mdev)) {
513 int ret = -EADDRINUSE, port = snum, l3mdev;
520 l3mdev = inet_sk_bound_l3mdev(sk);
537 if (inet_bind_bucket_match(tb, net, port, l3mdev))
543 head, port, l3mdev);
558 if (inet_bhash2_addr_any_conflict(sk, port, l3mdev, true, true))
565 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
570 net, head2, port, l3mdev, sk);