Searched refs:udp_sk_bound_dev_eq (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | udp.h | 247 static inline bool udp_sk_bound_dev_eq(struct net *net, int bound_dev_if, in udp_sk_bound_dev_eq() function
|
/linux-6.3-rc2/net/ipv6/ |
A D | udp.c | 150 dev_match = udp_sk_bound_dev_eq(net, bound_dev_if, dif, sdif); in compute_score() 823 !udp_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, sdif) || in __udp_v6_is_mcast_sock()
|
/linux-6.3-rc2/net/ipv4/ |
A D | udp.c | 396 dev_match = udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, in compute_score() 594 !udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in __udp_is_mcast_sock()
|
Completed in 12 milliseconds