/linux-6.12.1/net/sched/ |
D | cls_route.c | 32 int iif; member 50 int iif; member 62 static inline int route4_fastmap_hash(u32 id, int iif) in route4_fastmap_hash() argument 77 route4_set_fastmap(struct route4_head *head, u32 id, int iif, in route4_set_fastmap() argument 80 int h = route4_fastmap_hash(id, iif); in route4_set_fastmap() 85 head->fastmap[h].iif = iif; in route4_set_fastmap() 100 static inline int route4_hash_iif(int iif) in route4_hash_iif() argument 102 return 16 + ((iif >> 16) & 0xF); in route4_hash_iif() 121 route4_set_fastmap(head, id, iif, f); \ 134 int iif, dont_cache = 0; in route4_classify() local [all …]
|
/linux-6.12.1/sound/soc/uniphier/ |
D | aio-ld11.c | 21 .iif = { 5, 3, }, 34 .iif = { 6, 4, }, 48 .iif = { 7, 5, }, 62 .iif = { 10, 6, }, 132 .iif = { 1, 1, }, 147 .iif = { 2, 2, },
|
D | aio-pxs2.c | 21 .iif = { 0, 0, }, 35 .iif = { 1, 1, },
|
D | aio-core.c | 215 regmap_write(r, A2IIFNMAPCTR0(sub->swm->iif.hw), in aio_init() 216 MAPCTR0_EN | sub->swm->iif.map); in aio_init() 233 regmap_write(r, A2IIFNMAPCTR0(sub->swm->iif.hw), in aio_init() 234 MAPCTR0_EN | sub->swm->iif.map); in aio_init() 815 regmap_write(r, PBINMXCTR(sub->swm->iif.map), in aio_if_set_param() 968 regmap_write(r, PBINMXCTR(sub->swm->iif.map), in aio_srcif_set_param()
|
/linux-6.12.1/net/ipv6/ |
D | reassembly.c | 84 fq_find(struct net *net, __be32 id, const struct ipv6hdr *hdr, int iif) in fq_find() argument 91 .iif = iif, in fq_find() 97 key.iif = 0; in fq_find() 198 fq->iif = dev->ifindex; in ip6_frag_queue() 334 int iif; in ipv6_frag_rcv() local 379 iif = skb->dev ? skb->dev->ifindex : 0; in ipv6_frag_rcv() 380 fq = fq_find(net, fhdr->identification, hdr, iif); in ipv6_frag_rcv() 387 fq->iif = iif; in ipv6_frag_rcv()
|
D | mip6.c | 110 int iif; member 177 const struct in6_addr *src, int iif) in mip6_report_rl_allow() argument 183 mip6_report_rl.iif != iif || in mip6_report_rl_allow() 187 mip6_report_rl.iif = iif; in mip6_report_rl_allow() 223 opt->iif)) in mip6_destopt_reject()
|
D | udp_offload.c | 121 int iif, sdif; in udp6_gro_lookup_skb() local 123 inet6_get_iif_sdif(skb, &iif, &sdif); in udp6_gro_lookup_skb() 126 &iph->daddr, dport, iif, in udp6_gro_lookup_skb()
|
D | tcpv6_offload.c | 25 int iif, sdif; in tcp6_check_fraglist_gro() local 36 inet6_get_iif_sdif(skb, &iif, &sdif); in tcp6_check_fraglist_gro() 42 iif, sdif); in tcp6_check_fraglist_gro()
|
D | datagram.c | 445 if (!IP6CB(skb)->iif) in ip6_datagram_support_cmsg() 499 IP6CB(skb)->iif); in ipv6_recv_error() 522 IP6CB(skb)->iif); in ipv6_recv_error() 605 src_info.ipi6_ifindex = IP6CB(skb)->iif; in ip6_datagram_recv_common_ctl() 698 src_info.ipi6_ifindex = opt->iif; in ip6_datagram_recv_specific_ctl() 739 opt->iif); in ip6_datagram_recv_specific_ctl()
|
D | icmp.c | 465 int iif = 0; in icmp6_send() local 511 iif = icmp6_iif(skb); in icmp6_send() 517 iif = l3mdev_master_ifindex(skb->dev); in icmp6_send() 566 in_netdev = dev_get_by_index(net, parm->iif); in icmp6_send() 575 fl6.flowi6_oif = iif; in icmp6_send()
|
/linux-6.12.1/include/net/ |
D | gro.h | 537 static inline void inet_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) in inet_get_iif_sdif() argument 539 *iif = inet_iif(skb) ?: skb->dev->ifindex; in inet_get_iif_sdif() 546 *sdif = *iif; in inet_get_iif_sdif() 547 *iif = master ? master->ifindex : 0; in inet_get_iif_sdif() 558 static inline void inet6_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) in inet6_get_iif_sdif() argument 561 *iif = skb->dev->ifindex; in inet6_get_iif_sdif() 568 *sdif = *iif; in inet6_get_iif_sdif() 569 *iif = master ? master->ifindex : 0; in inet6_get_iif_sdif()
|
D | ipv6_frag.h | 26 int iif; member 82 dev = dev_get_by_index_rcu(net, fq->iif); in ip6frag_expire_frag_queue()
|
D | inet6_hashtables.h | 150 int iif, int sdif, in __inet6_lookup_skb() argument 167 iif, sdif, refcounted); in __inet6_lookup_skb()
|
D | inet_frag.h | 62 u32 iif; member
|
/linux-6.12.1/include/trace/events/ |
D | fib6.h | 24 __field( int, iif ) 44 __entry->iif = flp->flowi6_iif; 80 __entry->tb_id, __entry->oif, __entry->iif, __entry->proto,
|
D | fib.h | 24 __field( int, iif ) 46 __entry->iif = flp->flowi4_iif; 94 __entry->tb_id, __entry->oif, __entry->iif, __entry->proto,
|
/linux-6.12.1/tools/testing/selftests/net/netfilter/ |
D | nft_fib.sh | 42 fib saddr . iif oif missing counter log prefix "$netns nft_rpfilter: " drop 55 fib saddr . iif oif gt 0 accept 69 ip daddr 1.1.1.1 fib saddr . iif oif missing counter drop 70 ip6 daddr 1c3::c01d fib saddr . iif oif missing counter drop 220 ip -net "$nsrouter" rule add from all iif veth0 table 129
|
D | nft_synproxy.sh | 66 meta iif veth0 tcp flags syn counter notrack 74 … meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
|
D | conntrack_vrf.sh | 103 iif { veth0, tvrf } counter meta nftrace set 1 104 iif veth0 counter ct zone set 1 counter return 105 iif tvrf counter ct zone set 2 counter return
|
D | rpath.sh | 85 ip saddr 192.168.0.0/16 fib saddr . iif oif exists counter 86 ip6 saddr fec0::/16 fib saddr . iif oif exists counter
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 145 const struct ipv6hdr *hdr, int iif) in fq_find() argument 153 .iif = iif, in fq_find() 159 key.iif = 0; in fq_find() 267 fq->iif = dev->ifindex; in nf_ct_frag6_queue()
|
/linux-6.12.1/include/linux/ |
D | ipv6.h | 134 int iif; member 180 return l3_slave ? skb->skb_iif : IP6CB(skb)->iif; in inet6_iif() 193 return IP6CB(skb)->iif; in inet6_sdif()
|
/linux-6.12.1/net/ipv4/ |
D | ip_fragment.c | 66 int iif; member 171 head->dev = dev_get_by_index_rcu(net, qp->iif); in ip_expire() 268 qp->iif = 0; in ip_frag_reinit() 355 qp->iif = dev->ifindex; in ip_frag_queue()
|
D | tcp_offload.c | 415 int iif, sdif; in tcp4_check_fraglist_gro() local 426 inet_get_iif_sdif(skb, &iif, &sdif); in tcp4_check_fraglist_gro() 432 iif, sdif); in tcp4_check_fraglist_gro()
|
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_hw.h | 256 struct prestera_iface *iif, u8 *mac, u16 *rif_id); 258 struct prestera_iface *iif);
|