/include/net/ |
D | raw.h | 25 __be32 laddr, int dif, int sdif); 75 int dif, int sdif) in raw_sk_bound_dev_eq() argument 79 bound_dev_if, dif, sdif); in raw_sk_bound_dev_eq() 81 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in raw_sk_bound_dev_eq()
|
D | inet6_hashtables.h | 48 const u16 hnum, const int dif, 58 const int dif, const int sdif); 67 const int dif, const int sdif, in __inet6_lookup() argument 72 dif, sdif); in __inet6_lookup() 78 daddr, hnum, dif, sdif); in __inet6_lookup() 104 const int dif);
|
D | inet_hashtables.h | 201 int dif, int sdif) in inet_sk_bound_dev_eq() argument 205 bound_dev_if, dif, sdif); in inet_sk_bound_dev_eq() 207 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in inet_sk_bound_dev_eq() 263 const int dif, const int sdif); 269 __be32 daddr, __be16 dport, int dif, int sdif) in inet_lookup_listener() argument 272 daddr, ntohs(dport), dif, sdif); in inet_lookup_listener() 330 const int dif, const int sdif); 336 const int dif) in inet_lookup_established() argument 339 ntohs(dport), dif, 0); in inet_lookup_established() 347 const int dif, const int sdif, in __inet_lookup() argument [all …]
|
D | rawv6.h | 10 const struct in6_addr *rmt_addr, int dif, int sdif);
|
D | udp.h | 253 int dif, int sdif) in udp_sk_bound_dev_eq() argument 257 bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq() 259 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq() 306 __be32 daddr, __be16 dport, int dif); 308 __be32 daddr, __be16 dport, int dif, int sdif, 315 int dif); 319 int dif, int sdif, struct udp_table *tbl,
|
D | ipv6_stubs.h | 70 int dif, int sdif, struct udp_table *tbl,
|
D | inet_sock.h | 144 int dif, int sdif) in inet_bound_dev_eq() argument 148 return bound_dev_if == dif || bound_dev_if == sdif; in inet_bound_dev_eq()
|
D | sock.h | 2701 static inline bool sk_dev_equal_l3scope(struct sock *sk, int dif) in sk_dev_equal_l3scope() argument 2705 if (!sk->sk_bound_dev_if || sk->sk_bound_dev_if == dif) in sk_dev_equal_l3scope() 2708 mdif = l3mdev_master_ifindex_by_index(sock_net(sk), dif); in sk_dev_equal_l3scope()
|
/include/rdma/ |
D | signature.h | 76 struct ib_t10_dif_domain dif; member
|
/include/linux/ |
D | igmp.h | 128 int dif, int sdif);
|