Home
last modified time | relevance | path

Searched refs:inet_sk_bound_dev_eq (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/net/
Dinet6_hashtables.h121 return inet_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, in inet6_match()
Dinet_sock.h152 static inline bool inet_sk_bound_dev_eq(struct net *net, int bound_dev_if, in inet_sk_bound_dev_eq() function
Dinet_hashtables.h365 return inet_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, in inet_match()
/Linux-v6.1/net/ipv6/
Dinet6_hashtables.c104 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score()
/Linux-v6.1/net/ipv4/
Dinet_hashtables.c322 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score()