Searched refs:inet_sk_bound_dev_eq (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet6_hashtables.h | 121 return inet_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, in inet6_match()
|
| H A D | inet_sock.h | 152 static inline bool inet_sk_bound_dev_eq(struct net *net, int bound_dev_if, in inet_sk_bound_dev_eq() function
|
| H A D | inet_hashtables.h | 303 return inet_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, in INET_MATCH()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | inet6_hashtables.c | 106 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inet_hashtables.c | 243 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score()
|