Home
last modified time | relevance | path

Searched refs:udp_sk_bound_dev_eq (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dudp.h259 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 Dudp.h248 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 Dudp.c146 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 Dudp.c153 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 Dudp.c391 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 Dudp.c398 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