/linux/net/sched/ |
A D | cls_route.c | 31 int iif; member 49 int iif; member 84 head->fastmap[h].iif = iif; in route4_set_fastmap() 101 return 16 + ((iif >> 16) & 0xF); in route4_hash_iif() 132 int iif, dont_cache = 0; in route4_classify() local 140 iif = inet_iif(skb); in route4_classify() 142 h = route4_fastmap_hash(id, iif); in route4_classify() 146 iif == head->fastmap[h].iif && in route4_classify() 173 if (f->iif == iif) in route4_classify() 451 f->iif = id; in route4_set_parms() [all …]
|
/linux/net/ipv6/ |
A 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() 194 fq->iif = dev->ifindex; in ip6_frag_queue() 328 int iif; in ipv6_frag_rcv() local 373 iif = skb->dev ? skb->dev->ifindex : 0; in ipv6_frag_rcv() 374 fq = fq_find(net, fhdr->identification, hdr, iif); in ipv6_frag_rcv() 381 fq->iif = iif; in ipv6_frag_rcv()
|
A 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()
|
A D | datagram.c | 439 if (!IP6CB(skb)->iif) in ip6_datagram_support_cmsg() 493 IP6CB(skb)->iif); in ipv6_recv_error() 516 IP6CB(skb)->iif); in ipv6_recv_error() 599 src_info.ipi6_ifindex = IP6CB(skb)->iif; in ip6_datagram_recv_common_ctl() 692 src_info.ipi6_ifindex = opt->iif; in ip6_datagram_recv_specific_ctl() 733 opt->iif); in ip6_datagram_recv_specific_ctl()
|
A D | icmp.c | 463 int iif = 0; in icmp6_send() local 509 iif = icmp6_iif(skb); in icmp6_send() 515 iif = l3mdev_master_ifindex(skb->dev); in icmp6_send() 563 in_netdev = dev_get_by_index(net, parm->iif); in icmp6_send() 572 fl6.flowi6_oif = iif; in icmp6_send()
|
A D | seg6_local.c | 132 int iif; member 1318 slwt->iif = nla_get_u32(attrs[SEG6_LOCAL_IIF]); in parse_nla_iif() 1325 if (nla_put_u32(skb, SEG6_LOCAL_IIF, slwt->iif)) in put_nla_iif() 1333 if (a->iif != b->iif) in cmp_nla_iif()
|
/linux/sound/soc/uniphier/ |
A 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, },
|
A D | aio-pxs2.c | 21 .iif = { 0, 0, }, 35 .iif = { 1, 1, },
|
A 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() 814 regmap_write(r, PBINMXCTR(sub->swm->iif.map), in aio_if_set_param() 967 regmap_write(r, PBINMXCTR(sub->swm->iif.map), in aio_srcif_set_param()
|
A D | aio.h | 200 struct uniphier_aio_selector iif; member
|
/linux/include/trace/events/ |
A D | fib6.h | 24 __field( int, iif ) 44 __entry->iif = flp->flowi6_iif; 83 __entry->tb_id, __entry->oif, __entry->iif, __entry->proto,
|
A D | fib.h | 24 __field( int, iif ) 47 __entry->iif = flp->flowi4_iif; 95 __entry->tb_id, __entry->oif, __entry->iif, __entry->proto,
|
/linux/tools/testing/selftests/netfilter/ |
A D | conntrack_vrf.sh | 113 iif { veth0, tvrf } counter meta nftrace set 1 114 iif veth0 counter ct zone set 1 counter return 115 iif tvrf counter ct zone set 2 counter return
|
A D | nft_fib.sh | 63 fib saddr . iif oif missing counter log prefix "$netns nft_rpfilter: " drop 76 ip daddr 1.1.1.1 fib saddr . iif oif missing counter drop 77 ip6 daddr 1c3::c01d fib saddr . iif oif missing counter drop
|
A D | nft_nat.sh | 615 meta iif veth1 meta l4proto icmpv6 ip6 saddr dead:2::99 ip6 daddr dead:1::99 redirect 697 meta iif veth1 ip protocol icmp ip saddr 10.0.2.99 ip daddr 10.0.1.99 redirect 802 meta iif veth1 udp sport 1405 drop 820 meta iif veth0 udp dport 1405 notrack 842 meta iif veth1 udp sport <= 1405 masquerade to : 1406-65535 random
|
A D | nft_meta.sh | 54 meta iif lo counter name "iifcount"
|
/linux/include/net/ |
A D | inet6_hashtables.h | 85 int iif, int sdif, in __inet6_lookup_skb() argument 96 iif, sdif, refcounted); in __inet6_lookup_skb()
|
A D | ipv6_frag.h | 25 int iif; member 79 dev = dev_get_by_index_rcu(net, fq->iif); in ip6frag_expire_frag_queue()
|
A D | inet_frag.h | 56 u32 iif; member
|
A D | dn.h | 166 int iif; member
|
/linux/include/linux/ |
A D | ipv6.h | 124 int iif; member 168 return l3_slave ? skb->skb_iif : IP6CB(skb)->iif; in inet6_iif() 181 return IP6CB(skb)->iif; in inet6_sdif()
|
/linux/net/ipv6/netfilter/ |
A D | nf_conntrack_reasm.c | 146 const struct ipv6hdr *hdr, int iif) in fq_find() argument 154 .iif = iif, in fq_find() 264 fq->iif = dev->ifindex; in nf_ct_frag6_queue()
|
/linux/net/ipv4/ |
A D | ip_fragment.c | 66 int iif; member 169 head->dev = dev_get_by_index_rcu(net, qp->iif); in ip_expire() 265 qp->iif = 0; in ip_frag_reinit() 348 qp->iif = dev->ifindex; in ip_frag_queue()
|
/linux/net/sctp/ |
A D | ipv6.c | 534 addr->v6.sin6_scope_id = ((struct inet6_skb_parm *)skb->cb)->iif; in sctp_v6_from_skb() 583 __be16 port, int iif) in sctp_v6_from_addr_param() argument 592 addr->v6.sin6_scope_id = iif; in sctp_v6_from_addr_param() 837 return IP6CB(skb)->iif; in sctp_v6_skb_iif()
|
/linux/net/netfilter/ |
A D | nf_flow_table_ip.c | 387 IPCB(skb)->iif = skb->dev->ifindex; in nf_flow_offload_ip_hook() 622 IP6CB(skb)->iif = skb->dev->ifindex; in nf_flow_offload_ipv6_hook()
|