Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet6_hashtables.h192 return inet_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, in inet6_match()
H A Dinet_sock.h153 static inline bool inet_sk_bound_dev_eq(struct net *net, int bound_dev_if, in inet_sk_bound_dev_eq() function
H A Dinet_hashtables.h369 return inet_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, in inet_match()
/openbmc/linux/net/ipv6/
H A Dinet6_hashtables.c105 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score()
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c330 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score()