Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h303 return inet_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, in INET_MATCH()
/kernel/linux/linux-5.10/net/ipv6/
Dinet6_hashtables.c106 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dninet_hashtables.c360 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in nip_tcp_compute_score()
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c252 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score()