/linux-6.3-rc2/include/net/ |
A 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()
|
A 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 …]
|
A 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()
|
A D | inet_sock.h | 145 int dif, int sdif) in inet_bound_dev_eq() argument 148 return !sdif || l3mdev_accept; in inet_bound_dev_eq() 149 return bound_dev_if == dif || bound_dev_if == sdif; in inet_bound_dev_eq() 153 int dif, int sdif) in inet_sk_bound_dev_eq() argument 157 bound_dev_if, dif, sdif); in inet_sk_bound_dev_eq() 159 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in inet_sk_bound_dev_eq()
|
A D | udp.h | 248 int dif, int sdif) in udp_sk_bound_dev_eq() argument 252 bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq() 254 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq() 303 __be32 daddr, __be16 dport, int dif, int sdif, 314 int dif, int sdif, struct udp_table *tbl,
|
A D | rawv6.h | 11 const struct in6_addr *rmt_addr, int dif, int sdif);
|
A D | ipv6_stubs.h | 82 int dif, int sdif, struct udp_table *tbl,
|
/linux-6.3-rc2/net/sctp/ |
A D | input.c | 54 int dif, int sdif); 59 int dif, int sdif); 65 int dif, int sdif); 102 int dif, sdif; in sctp_rcv() local 148 sdif = af->skb_sdif(skb); in sctp_rcv() 841 int dif, int sdif) in __sctp_rcv_lookup_endpoint() argument 996 int dif, int sdif) in sctp_addrs_lookup_transport() argument 1054 int dif, int sdif) in __sctp_lookup_association() argument 1091 int dif, int sdif) in sctp_has_association() argument 1124 int dif, int sdif) in __sctp_rcv_init_lookup() argument [all …]
|
A D | endpointola.c | 250 int dif, int sdif) in sctp_endpoint_is_match() argument 256 sctp_sk_bound_dev_eq(net, bound_dev_if, dif, sdif) && in sctp_endpoint_is_match()
|
/linux-6.3-rc2/net/ipv6/ |
A D | inet6_hashtables.c | 55 const int dif, const int sdif) in __inet6_lookup_established() argument 72 if (!inet6_match(net, sk, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established() 95 const int dif, const int sdif) in compute_score() argument 104 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score() 137 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() argument 144 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet6_lhash2_lookup() 189 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener() argument 208 dif, sdif); in inet6_lookup_listener() 218 dif, sdif); in inet6_lookup_listener() 253 const int sdif = l3mdev_master_ifindex_by_index(net, dif); in __inet6_check_established() local [all …]
|
A D | ip6_input.c | 401 int sdif = inet6_sdif(skb); in ip6_protocol_deliver_rcu() local 417 if (sdif) { in ip6_protocol_deliver_rcu() 418 dev = dev_get_by_index_rcu(net, sdif); in ip6_protocol_deliver_rcu() 501 int sdif = inet6_sdif(skb); in ip6_mc_input() local 511 if (sdif) { in ip6_mc_input() 513 dev = dev_get_by_index_rcu(dev_net(skb->dev), sdif); in ip6_mc_input() 525 if (sdif) in ip6_mc_input()
|
A D | udp.c | 120 int dif, int sdif) in compute_score() argument 184 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() argument 194 daddr, hnum, dif, sdif); in udp6_lib_lookup2() 252 daddr, hnum, dif, sdif, in __udp6_lib_lookup() 277 &in6addr_any, hnum, dif, sdif, in __udp6_lib_lookup() 811 int dif, int sdif, unsigned short hnum) in __udp_v6_is_mcast_sock() argument 857 int sdif = inet6_sdif(skb); in __udp6_lib_mcast_deliver() local 872 uh->source, saddr, dif, sdif, in __udp6_lib_mcast_deliver() 1066 int dif, int sdif) in __udp6_lib_demux_lookup() argument 1097 int sdif = inet6_sdif(skb); in udp_v6_early_demux() local [all …]
|
A D | tcp_ipv6.c | 1020 int sdif = tcp_v6_sdif(skb); in tcp_v6_send_reset() local 1033 dif, sdif); in tcp_v6_send_reset() 1592 int sdif = inet6_sdif(skb); in tcp_v6_rcv() local 1630 th->source, th->dest, inet6_iif(skb), sdif, in tcp_v6_rcv() 1647 AF_INET6, dif, sdif); in tcp_v6_rcv() 1721 AF_INET6, dif, sdif); in tcp_v6_rcv() 1811 sdif); in tcp_v6_rcv()
|
A D | raw.c | 69 const struct in6_addr *rmt_addr, int dif, int sdif) in raw_v6_match() argument 76 dif, sdif)) in raw_v6_match()
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_hashtables.c | 314 const int dif, const int sdif) in compute_score() argument 363 const int dif, const int sdif) in inet_lhash2_lookup() argument 413 const int dif, const int sdif) in __inet_lookup_listener() argument 432 dif, sdif); in __inet_lookup_listener() 442 dif, sdif); in __inet_lookup_listener() 475 const int dif, const int sdif) in __inet_lookup_established() argument 496 ports, dif, sdif))) { in __inet_lookup_established() 528 int sdif = l3mdev_master_ifindex_by_index(net, dif); in __inet_check_established() local 599 const int sdif = sk->sk_bound_dev_if; in inet_ehash_lookup_by_sk() local 612 ports, dif, sdif))) { in inet_ehash_lookup_by_sk() [all …]
|
A D | raw.c | 120 __be32 raddr, __be32 laddr, int dif, int sdif) in raw_v4_match() argument 127 raw_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in raw_v4_match() 168 int sdif = inet_sdif(skb); in raw_v4_input() local 177 iph->saddr, iph->daddr, dif, sdif)) in raw_v4_input() 182 skb->dev->ifindex, sdif)) { in raw_v4_input() 270 int sdif = inet_sdif(skb); in raw_icmp_error() local 282 iph->daddr, iph->saddr, dif, sdif)) in raw_icmp_error()
|
A D | udp.c | 367 int dif, int sdif) in compute_score() argument 397 dif, sdif); in compute_score() 440 int dif, int sdif, in udp4_lib_lookup2() argument 451 daddr, hnum, dif, sdif); in udp4_lib_lookup2() 507 daddr, hnum, dif, sdif, in __udp4_lib_lookup() 532 htonl(INADDR_ANY), hnum, dif, sdif, in __udp4_lib_lookup() 2290 int sdif = inet_sdif(skb); in __udp4_lib_mcast_deliver() local 2526 int dif, int sdif) in __udp4_lib_mcast_demux_lookup() argument 2561 int dif, int sdif) in __udp4_lib_demux_lookup() argument 2594 int sdif = inet_sdif(skb); in udp_v4_early_demux() local [all …]
|
A D | ping.c | 182 int dif, sdif; in ping_lookup() local 186 sdif = inet_sdif(skb); in ping_lookup() 192 sdif = inet6_sdif(skb); in ping_lookup() 235 sk->sk_bound_dev_if != sdif) in ping_lookup()
|
A D | tcp_ipv4.c | 741 int sdif = tcp_v4_sdif(skb); in tcp_v4_send_reset() local 755 ntohs(th->source), dif, sdif); in tcp_v4_send_reset() 763 l3index = sdif ? dif : 0; in tcp_v4_send_reset() 1979 int sdif = inet_sdif(skb); in tcp_v4_rcv() local 2019 th->dest, sdif, &refcounted); in tcp_v4_rcv() 2038 AF_INET, dif, sdif); in tcp_v4_rcv() 2116 &iph->daddr, AF_INET, dif, sdif); in tcp_v4_rcv() 2207 sdif); in tcp_v4_rcv()
|
A D | igmp.c | 2642 int dif, int sdif) in ip_mc_sf_allow() argument 2658 (sdif && pmc->multi.imr_ifindex == sdif))) in ip_mc_sf_allow()
|
/linux-6.3-rc2/include/linux/ |
A D | igmp.h | 126 int dif, int sdif);
|
/linux-6.3-rc2/net/netfilter/ |
A D | nft_meta.c | 302 u32 sdif = nft_meta_get_eval_sdif(pkt); in nft_meta_get_eval_sdifname() local 305 dev = sdif ? dev_get_by_index_rcu(nft_net(pkt), sdif) : NULL; in nft_meta_get_eval_sdifname()
|
/linux-6.3-rc2/include/net/sctp/ |
A D | sctp.h | 161 int dif, int sdif); 165 bool sctp_sk_bound_dev_eq(struct net *net, int bound_dev_if, int dif, int sdif);
|
A D | structs.h | 1385 int dif, int sdif); 1387 const union sctp_addr *paddr, int dif, int sdif);
|
/linux-6.3-rc2/drivers/dma/ |
A D | at_xdmac.c | 210 bool sdif; member 291 .sdif = true, 304 .sdif = false, 465 if (atxdmac->layout->sdif) in at_xdmac_start_xfer() 673 if (atxdmac->layout->sdif) in at_xdmac_compute_chan_conf() 698 if (atxdmac->layout->sdif) in at_xdmac_compute_chan_conf()
|