| /Linux-v5.15/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()
|
| D | inet_hashtables.h | 207 int dif, int sdif) in inet_sk_bound_dev_eq() argument 211 bound_dev_if, dif, sdif); in inet_sk_bound_dev_eq() 213 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in inet_sk_bound_dev_eq() 269 const int dif, const int sdif); 275 __be32 daddr, __be16 dport, int dif, int sdif) in inet_lookup_listener() argument 278 daddr, ntohs(dport), dif, sdif); in inet_lookup_listener() 336 const int dif, const int sdif); 353 const int dif, const int sdif, in __inet_lookup() argument 360 daddr, hnum, dif, sdif); in __inet_lookup() 366 sport, daddr, hnum, dif, sdif); in __inet_lookup() [all …]
|
| 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 | udp.h | 262 int dif, int sdif) in udp_sk_bound_dev_eq() argument 266 bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq() 268 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq() 317 __be32 daddr, __be16 dport, int dif, int sdif, 328 int dif, int sdif, struct udp_table *tbl,
|
| D | inet_sock.h | 143 int dif, int sdif) in inet_bound_dev_eq() argument 146 return !sdif || l3mdev_accept; in inet_bound_dev_eq() 147 return bound_dev_if == dif || bound_dev_if == sdif; in inet_bound_dev_eq()
|
| D | rawv6.h | 10 const struct in6_addr *rmt_addr, int dif, int sdif);
|
| D | ipv6_stubs.h | 81 int dif, int sdif, struct udp_table *tbl,
|
| /Linux-v5.15/net/ipv6/ |
| D | inet6_hashtables.c | 57 const int dif, const int sdif) in __inet6_lookup_established() argument 74 if (!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established() 79 if (unlikely(!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established() 97 const int dif, const int sdif) in compute_score() argument 106 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score() 139 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() argument 147 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet6_lhash2_lookup() 192 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener() argument 211 dif, sdif); in inet6_lookup_listener() 221 dif, sdif); in inet6_lookup_listener() [all …]
|
| D | ip6_input.c | 388 int sdif = inet6_sdif(skb); in ip6_protocol_deliver_rcu() local 404 if (sdif) { in ip6_protocol_deliver_rcu() 405 dev = dev_get_by_index_rcu(net, sdif); in ip6_protocol_deliver_rcu() 480 int sdif = inet6_sdif(skb); in ip6_mc_input() local 490 if (sdif) { in ip6_mc_input() 492 dev = dev_get_by_index_rcu(dev_net(skb->dev), sdif); in ip6_mc_input() 504 if (sdif) in ip6_mc_input()
|
| D | udp.c | 104 int dif, int sdif) in compute_score() argument 133 dev_match = udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif); in compute_score() 167 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() argument 177 daddr, hnum, dif, sdif); in udp6_lib_lookup2() 221 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() argument 235 daddr, hnum, dif, sdif, in __udp6_lib_lookup() 260 &in6addr_any, hnum, dif, sdif, in __udp6_lib_lookup() 778 int dif, int sdif, unsigned short hnum) in __udp_v6_is_mcast_sock() argument 790 !udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif) || in __udp_v6_is_mcast_sock() 824 int sdif = inet6_sdif(skb); in __udp6_lib_mcast_deliver() local [all …]
|
| D | tcp_ipv6.c | 774 int dif, int sdif) in tcp_v6_inbound_md5_hash() argument 787 l3index = sdif ? dif : 0; in tcp_v6_inbound_md5_hash() 1058 int sdif = tcp_v6_sdif(skb); in tcp_v6_send_reset() local 1072 ntohs(th->source), dif, sdif); in tcp_v6_send_reset() 1625 int sdif = inet6_sdif(skb); in tcp_v6_rcv() local 1660 th->source, th->dest, inet6_iif(skb), sdif, in tcp_v6_rcv() 1675 if (tcp_v6_inbound_md5_hash(sk, skb, dif, sdif)) { in tcp_v6_rcv() 1738 if (tcp_v6_inbound_md5_hash(sk, skb, dif, sdif)) in tcp_v6_rcv() 1826 sdif); in tcp_v6_rcv()
|
| D | raw.c | 71 const struct in6_addr *rmt_addr, int dif, int sdif) in __raw_v6_lookup() argument 86 dif, sdif)) in __raw_v6_lookup()
|
| /Linux-v5.15/net/ipv4/ |
| D | inet_hashtables.c | 234 const int dif, const int sdif) in compute_score() argument 243 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score() 283 const int dif, const int sdif) in inet_lhash2_lookup() argument 291 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet_lhash2_lookup() 334 const int dif, const int sdif) in __inet_lookup_listener() argument 353 dif, sdif); in __inet_lookup_listener() 363 dif, sdif); in __inet_lookup_listener() 396 const int dif, const int sdif) in __inet_lookup_established() argument 414 saddr, daddr, ports, dif, sdif))) { in __inet_lookup_established() 419 dif, sdif))) { in __inet_lookup_established() [all …]
|
| D | raw.c | 122 int dif, int sdif) in __raw_v4_lookup() argument 130 raw_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in __raw_v4_lookup() 171 int sdif = inet_sdif(skb); in raw_v4_input() local 185 iph->saddr, iph->daddr, dif, sdif); in raw_v4_input() 191 skb->dev->ifindex, sdif)) { in raw_v4_input() 200 dif, sdif); in raw_v4_input() 300 int sdif = inet_sdif(skb); in raw_icmp_error() local 307 dif, sdif)) != NULL) { in raw_icmp_error()
|
| D | udp.c | 360 int dif, int sdif) in compute_score() argument 390 dif, sdif); in compute_score() 433 int dif, int sdif, in udp4_lib_lookup2() argument 444 daddr, hnum, dif, sdif); in udp4_lib_lookup2() 487 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup() argument 500 daddr, hnum, dif, sdif, in __udp4_lib_lookup() 525 htonl(INADDR_ANY), hnum, dif, sdif, in __udp4_lib_lookup() 576 int dif, int sdif, unsigned short hnum) in __udp_is_mcast_sock() argument 586 !udp_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in __udp_is_mcast_sock() 588 if (!ip_mc_sf_allow(sk, loc_addr, rmt_addr, dif, sdif)) in __udp_is_mcast_sock() [all …]
|
| D | tcp_ipv4.c | 728 int sdif = tcp_v4_sdif(skb); in tcp_v4_send_reset() local 742 ntohs(th->source), dif, sdif); in tcp_v4_send_reset() 750 l3index = sdif ? dif : 0; in tcp_v4_send_reset() 1406 int dif, int sdif) in tcp_v4_inbound_md5_hash() argument 1428 l3index = sdif ? dif : 0; in tcp_v4_inbound_md5_hash() 1964 int sdif = inet_sdif(skb); in tcp_v4_rcv() local 2000 th->dest, sdif, &refcounted); in tcp_v4_rcv() 2014 if (unlikely(tcp_v4_inbound_md5_hash(sk, skb, dif, sdif))) { in tcp_v4_rcv() 2080 if (tcp_v4_inbound_md5_hash(sk, skb, dif, sdif)) in tcp_v4_rcv() 2169 sdif); in tcp_v4_rcv()
|
| D | igmp.c | 2629 int dif, int sdif) in ip_mc_sf_allow() argument 2645 (sdif && pmc->multi.imr_ifindex == sdif))) in ip_mc_sf_allow()
|
| /Linux-v5.15/include/linux/ |
| D | igmp.h | 125 int dif, int sdif);
|
| /Linux-v5.15/net/netfilter/ |
| D | nft_meta.c | 306 u32 sdif = nft_meta_get_eval_sdif(pkt); in nft_meta_get_eval_sdifname() local 309 dev = sdif ? dev_get_by_index_rcu(nft_net(pkt), sdif) : NULL; in nft_meta_get_eval_sdifname()
|
| /Linux-v5.15/drivers/dma/ |
| D | at_xdmac.c | 208 bool sdif; member 288 .sdif = true, 301 .sdif = false, 396 if (atxdmac->layout->sdif) in at_xdmac_start_xfer() 605 if (atxdmac->layout->sdif) in at_xdmac_compute_chan_conf() 630 if (atxdmac->layout->sdif) in at_xdmac_compute_chan_conf()
|
| /Linux-v5.15/net/core/ |
| D | filter.c | 6108 int dif, int sdif, u8 family, u8 proto) in sk_lookup() argument 6121 dif, sdif, &refcounted); in sk_lookup() 6125 dif, sdif, &udp_table, NULL); in sk_lookup() 6135 dif, sdif, &refcounted); in sk_lookup() 6140 dif, sdif, in sk_lookup() 6165 int sdif; in __bpf_skc_lookup() local 6179 sdif = inet_sdif(skb); in __bpf_skc_lookup() 6181 sdif = inet6_sdif(skb); in __bpf_skc_lookup() 6185 sk = sk_lookup(net, tuple, ifindex, sdif, family, proto); in __bpf_skc_lookup() 6190 sk = sk_lookup(net, tuple, ifindex, sdif, family, proto); in __bpf_skc_lookup()
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | devices.txt | 2067 240 = /dev/sdif 240th SCSI disk whole disk
|