/include/net/ |
D | inet6_hashtables.h | 49 const int sdif); 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() 85 int iif, int sdif, in __inet6_lookup_skb() argument 96 iif, sdif, refcounted); in __inet6_lookup_skb() 111 const int dif, const int sdif) in inet6_match() argument 122 sdif); in inet6_match()
|
D | raw.h | 26 __be32 raddr, __be32 laddr, int dif, int sdif); 92 int dif, int sdif) in raw_sk_bound_dev_eq() argument 96 bound_dev_if, dif, sdif); in raw_sk_bound_dev_eq() 98 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in raw_sk_bound_dev_eq()
|
D | inet_hashtables.h | 318 const int dif, const int sdif); 324 __be32 daddr, __be16 dport, int dif, int sdif) in inet_lookup_listener() argument 327 daddr, ntohs(dport), dif, sdif); in inet_lookup_listener() 361 int dif, int sdif) in inet_match() argument 370 sdif); in inet_match() 380 const int dif, const int sdif); 397 const int dif, const int sdif, in __inet_lookup() argument 404 daddr, hnum, dif, sdif); in __inet_lookup() 410 sport, daddr, hnum, dif, sdif); in __inet_lookup() 436 const int sdif, in __inet_lookup_skb() argument [all …]
|
D | inet_sock.h | 147 int dif, int sdif) in inet_bound_dev_eq() argument 150 return !sdif || l3mdev_accept; in inet_bound_dev_eq() 151 return bound_dev_if == dif || bound_dev_if == sdif; in inet_bound_dev_eq() 155 int dif, int sdif) in inet_sk_bound_dev_eq() argument 159 bound_dev_if, dif, sdif); in inet_sk_bound_dev_eq() 161 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in inet_sk_bound_dev_eq()
|
D | rawv6.h | 11 const struct in6_addr *rmt_addr, int dif, int sdif);
|
D | udp.h | 239 int dif, int sdif) in udp_sk_bound_dev_eq() argument 243 bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq() 245 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq() 294 __be32 daddr, __be16 dport, int dif, int sdif, 305 int dif, int sdif, struct udp_table *tbl,
|
D | ipv6_stubs.h | 82 int dif, int sdif, struct udp_table *tbl,
|
D | tcp.h | 1727 int family, int dif, int sdif); 1742 int family, int dif, int sdif) in tcp_inbound_md5_hash() argument
|
/include/linux/ |
D | igmp.h | 125 int dif, int sdif);
|