Lines Matching defs:l3mdev
287 static bool inet_bhash2_addr_any_conflict(const struct sock *sk, int port, int l3mdev,
309 if (!inet_bind2_bucket_match_addr_any(tb2, net, port, l3mdev, sk))
334 int i, low, high, attempt_half, port, l3mdev;
342 l3mdev = inet_sk_bound_l3mdev(sk);
379 if (inet_bhash2_addr_any_conflict(sk, port, l3mdev, relax, false))
385 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
387 if (inet_bind_bucket_match(tb, net, port, l3mdev)) {
520 int ret = -EADDRINUSE, port = snum, l3mdev;
527 l3mdev = inet_sk_bound_l3mdev(sk);
544 if (inet_bind_bucket_match(tb, net, port, l3mdev))
550 head, port, l3mdev);
565 if (inet_bhash2_addr_any_conflict(sk, port, l3mdev, true, true))
572 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);