Searched refs:udp_sk_bound_dev_eq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | udp.h | 259 static inline bool udp_sk_bound_dev_eq(struct net *net, int bound_dev_if, in udp_sk_bound_dev_eq() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | udp.h | 248 static inline bool udp_sk_bound_dev_eq(struct net *net, int bound_dev_if, in udp_sk_bound_dev_eq() function
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp.c | 146 dev_match = udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif); in compute_score() 797 !udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif) || in __udp_v6_is_mcast_sock()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp.c | 153 dev_match = udp_sk_bound_dev_eq(net, bound_dev_if, dif, sdif); in compute_score() 809 !udp_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, sdif) || in __udp_v6_is_mcast_sock()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 391 dev_match = udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, in compute_score() 599 !udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in __udp_is_mcast_sock()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 398 dev_match = udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, in compute_score() 579 !udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in __udp_is_mcast_sock()
|
Completed in 16 milliseconds