/Linux-v4.19/include/net/ |
D | inet6_hashtables.h | 53 const int sdif); 62 const int dif, const int sdif); 71 const int dif, const int sdif, in __inet6_lookup() argument 76 dif, sdif); in __inet6_lookup() 82 daddr, hnum, dif, sdif); in __inet6_lookup() 89 int iif, int sdif, in __inet6_lookup_skb() argument 101 iif, sdif, refcounted); in __inet6_lookup_skb()
|
D | inet_hashtables.h | 241 const int dif, const int sdif); 247 __be32 daddr, __be16 dport, int dif, int sdif) in inet_lookup_listener() argument 250 daddr, ntohs(dport), dif, sdif); in inet_lookup_listener() 310 const int dif, const int sdif); 327 const int dif, const int sdif, in __inet_lookup() argument 334 daddr, hnum, dif, sdif); in __inet_lookup() 340 sport, daddr, hnum, dif, sdif); in __inet_lookup() 366 const int sdif, in __inet_lookup_skb() argument 378 iph->daddr, dport, inet_iif(skb), sdif, in __inet_lookup_skb()
|
D | rawv6.h | 10 const struct in6_addr *rmt_addr, int dif, int sdif);
|
D | raw.h | 29 __be32 laddr, int dif, int sdif);
|
D | udp.h | 300 __be32 daddr, __be16 dport, int dif, int sdif, 311 int dif, int sdif, struct udp_table *tbl,
|
/Linux-v4.19/net/ipv6/ |
D | inet6_hashtables.c | 59 const int dif, const int sdif) in __inet6_lookup_established() argument 76 if (!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established() 81 if (unlikely(!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established() 99 const int dif, const int sdif, bool exact_dif) in compute_score() argument 114 sk->sk_bound_dev_if == sdif); in compute_score() 133 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() argument 143 score = compute_score(sk, net, hnum, daddr, dif, sdif, in inet6_lhash2_lookup() 167 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener() argument 192 dif, sdif); in inet6_lookup_listener() 205 dif, sdif); in inet6_lookup_listener() [all …]
|
D | udp.c | 116 int dif, int sdif, bool exact_dif) in compute_score() argument 149 sk->sk_bound_dev_if == sdif); in compute_score() 167 int dif, int sdif, bool exact_dif, in udp6_lib_lookup2() argument 178 daddr, hnum, dif, sdif, exact_dif); in udp6_lib_lookup2() 200 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() argument 219 daddr, hnum, dif, sdif, exact_dif, in __udp6_lib_lookup() 234 daddr, hnum, dif, sdif, in __udp6_lib_lookup() 247 sdif, exact_dif); in __udp6_lib_lookup() 888 int dif, int sdif) in __udp6_lib_demux_lookup() argument 899 INET6_MATCH(sk, net, rmt_addr, loc_addr, ports, dif, sdif)) in __udp6_lib_demux_lookup() [all …]
|
D | raw.c | 75 const struct in6_addr *rmt_addr, int dif, int sdif) in __raw_v6_lookup() argument 91 sk->sk_bound_dev_if != sdif) in __raw_v6_lookup()
|
D | tcp_ipv6.c | 1429 int sdif = inet6_sdif(skb); in tcp_v6_rcv() local 1463 th->source, th->dest, inet6_iif(skb), sdif, in tcp_v6_rcv() 1615 sdif); in tcp_v6_rcv()
|
/Linux-v4.19/net/ipv4/ |
D | inet_hashtables.c | 228 const int dif, const int sdif, bool exact_dif) in compute_score() argument 244 sk->sk_bound_dev_if == sdif); in compute_score() 270 const int dif, const int sdif) in inet_lhash2_lookup() argument 281 dif, sdif, exact_dif); in inet_lhash2_lookup() 304 const int dif, const int sdif) in __inet_lookup_listener() argument 329 dif, sdif); in __inet_lookup_listener() 342 dif, sdif); in __inet_lookup_listener() 348 dif, sdif, exact_dif); in __inet_lookup_listener() 394 const int dif, const int sdif) in __inet_lookup_established() argument 412 saddr, daddr, ports, dif, sdif))) { in __inet_lookup_established() [all …]
|
D | udp.c | 370 int dif, int sdif, bool exact_dif) in compute_score() argument 403 sk->sk_bound_dev_if == sdif); in compute_score() 432 int dif, int sdif, bool exact_dif, in udp4_lib_lookup2() argument 444 daddr, hnum, dif, sdif, exact_dif); in udp4_lib_lookup2() 466 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup() argument 484 daddr, hnum, dif, sdif, in __udp4_lib_lookup() 499 daddr, hnum, dif, sdif, in __udp4_lib_lookup() 511 daddr, hnum, dif, sdif, exact_dif); in __udp4_lib_lookup() 570 int dif, int sdif, unsigned short hnum) in __udp_is_mcast_sock() argument 581 sk->sk_bound_dev_if != sdif)) in __udp_is_mcast_sock() [all …]
|
D | raw.c | 126 int dif, int sdif) in __raw_v4_lookup() argument 135 sk->sk_bound_dev_if != sdif)) in __raw_v4_lookup() 176 int sdif = inet_sdif(skb); in raw_v4_input() local 190 skb->dev->ifindex, sdif); in raw_v4_input() 196 skb->dev->ifindex, sdif)) { in raw_v4_input() 205 skb->dev->ifindex, sdif); in raw_v4_input() 304 int sdif = inet_sdif(skb); in raw_icmp_error() local 311 dif, sdif)) != NULL) { in raw_icmp_error()
|
D | tcp_ipv4.c | 1695 int sdif = inet_sdif(skb); in tcp_v4_rcv() local 1730 th->dest, sdif, &refcounted); in tcp_v4_rcv() 1884 sdif); in tcp_v4_rcv()
|
D | igmp.c | 2610 int dif, int sdif) in ip_mc_sf_allow() argument 2626 (sdif && pmc->multi.imr_ifindex == sdif))) in ip_mc_sf_allow()
|
/Linux-v4.19/include/linux/ |
D | igmp.h | 124 int dif, int sdif);
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.txt | 2067 240 = /dev/sdif 240th SCSI disk whole disk
|