Searched refs:udp_sk_bound_dev_eq (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | udp.h | 385 static inline bool udp_sk_bound_dev_eq(const struct net *net, int bound_dev_if, in udp_sk_bound_dev_eq() function
|
| /linux/net/ipv6/ |
| H A D | udp.c | 164 dev_match = udp_sk_bound_dev_eq(net, bound_dev_if, dif, sdif); in compute_score() 927 !udp_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, sdif) || in udp6_csum_zero_error()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 394 dev_match = udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, in compute_score() 790 !udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in __udp_is_mcast_sock()
|