Searched refs:udp_sk_bound_dev_eq (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/net/ |
D | udp.h | 258 static inline bool udp_sk_bound_dev_eq(struct net *net, int bound_dev_if, in udp_sk_bound_dev_eq() function
|
/Linux-v5.10/net/ipv6/ |
D | udp.c | 133 dev_match = udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif); in compute_score() 774 !udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif) || in __udp_v6_is_mcast_sock()
|
/Linux-v5.10/net/ipv4/ |
D | udp.c | 389 dev_match = udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, in compute_score() 586 !udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in __udp_is_mcast_sock()
|