Home
last modified time | relevance | path

Searched refs:iif (Results 1 – 25 of 44) sorted by relevance

12

/linux/tools/testing/selftests/net/netfilter/
H A Dnft_fib.sh46 fib saddr . iif oif missing counter log prefix "$netns nft_rpfilter: " drop
59 fib saddr . iif oif missing counter log prefix "$netns nft_rpfilter: " drop
72 fib saddr . iif oif gt 0 accept
87 fib daddr . iif type local counter comment "daddr configured on iif"
89 fib daddr . iif type unicast counter comment "daddr not configured on iif"
169 ip daddr 1.1.1.1 fib saddr . iif oif missing counter drop
170 ip6 daddr 1c3::c01d fib saddr . iif oif missing counter drop
347 typeof meta iif . ip daddr . fib daddr oif
353 typeof meta iif . ip daddr . fib daddr . iif oif
359 typeof meta iif . ip6 daddr . fib daddr oif
[all …]
H A Dnft_synproxy.sh66 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
H A Dconntrack_vrf.sh4 # The vrf driver calls the netfilter hooks again, with oif/iif
19 # `notracking`) in the prerouting chain before conntrack, based on real iif.
23 # assignment is lost. Instead, assignment based on the `iif` matching
92 iif { veth0, tvrf } counter meta nftrace set 1
93 iif veth0 counter ct zone set 1 counter return
94 iif tvrf counter ct zone set 2 counter return
H A Drpath.sh90 fib saddr . iif oif exists counter
92 fib saddr . iif oif exists counter
H A Dnft_nat.sh596 meta iif veth1 meta l4proto icmpv6 ip6 saddr dead:2::99 ip6 daddr dead:1::99 redirect
671 meta iif veth1 ip protocol icmp ip saddr 10.0.2.99 ip daddr 10.0.1.99 redirect
772 meta iif veth1 udp sport 1405 drop
790 meta iif veth0 udp dport 1405 notrack
812 meta iif veth1 udp sport <= 1405 masquerade to : 1406-65535 random
H A Dnft_meta.sh54 meta iif lo counter name "iifcount"
/linux/net/sched/
H A Dcls_route.c32 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/sound/soc/uniphier/
H A Daio-ld11.c21 .iif = { 5, 3, },
34 .iif = { 6, 4, },
48 .iif = { 7, 5, },
62 .iif = { 10, 6, },
132 .iif = { 1, 1, },
147 .iif = { 2, 2, },
H A Daio-pxs2.c21 .iif = { 0, 0, },
35 .iif = { 1, 1, },
H A Daio.h200 struct uniphier_aio_selector iif; member
/linux/net/ipv6/
H A Dreassembly.c85 fq_find(struct net *net, __be32 id, const struct ipv6hdr *hdr, int iif) in fq_find() argument
92 .iif = iif, in fq_find()
98 key.iif = 0; in fq_find()
199 fq->iif = dev->ifindex; in ip6_frag_queue()
332 int iif; in ipv6_frag_rcv() local
377 iif = skb->dev ? skb->dev->ifindex : 0; in ipv6_frag_rcv()
379 fq = fq_find(net, fhdr->identification, hdr, iif); in ipv6_frag_rcv()
386 fq->iif = iif; in ipv6_frag_rcv()
H A Dmip6.c110 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()
H A Dicmp.c504 int iif) in icmp6_ext_iio_iif_append() argument
512 if (!iif) in icmp6_ext_iio_iif_append()
520 data = htonl(iif); in icmp6_ext_iio_iif_append()
526 dev = dev_get_by_index_rcu(net, iif); in icmp6_ext_iio_iif_append()
555 u8 ext_objs, int iif) in icmp6_ext_objs_append() argument
558 icmp6_ext_iio_iif_append(net, skb, iif); in icmp6_ext_objs_append()
563 struct icmp6hdr *icmp6h, unsigned int room, int iif) in icmp6_ext_append() argument
615 icmp6_ext_objs_append(net, skb, ext_objs, iif); in icmp6_ext_append()
654 int iif = 0; in icmp6_send() local
703 iif = icmp6_iif(skb); in icmp6_send()
[all …]
H A Dtcpv6_offload.c25 int iif, sdif; in tcp6_check_fraglist_gro() local
33 inet6_get_iif_sdif(skb, &iif, &sdif); in tcp6_check_fraglist_gro()
38 iif, sdif); in tcp6_check_fraglist_gro()
H A Dseg6_iptunnel.c174 IP6CB(skb)->iif = skb->skb_iif; in __seg6_do_srh_encap()
264 IP6CB(skb)->iif = skb->skb_iif; in seg6_do_srh_encap_red()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c146 const struct ipv6hdr *hdr, int iif) in fq_find() argument
154 .iif = iif, in fq_find()
160 key.iif = 0; in fq_find()
269 fq->iif = dev->ifindex; in nf_ct_frag6_queue()
/linux/net/ipv4/
H A Dicmp.c670 int iif) in icmp_ext_iio_iif_append() argument
677 if (!iif) in icmp_ext_iio_iif_append()
685 data = htonl(iif); in icmp_ext_iio_iif_append()
691 dev = dev_get_by_index_rcu(net, iif); in icmp_ext_iio_iif_append()
720 u8 ext_objs, int iif) in icmp_ext_objs_append() argument
723 icmp_ext_iio_iif_append(net, skb, iif); in icmp_ext_objs_append()
728 unsigned int room, int iif) in icmp_ext_append() argument
773 icmp_ext_objs_append(net, skb, ext_objs, iif); in icmp_ext_append()
921 dev = dev_get_by_index_rcu(net, parm->iif ? parm->iif : in __icmp_send()
982 parm->iif); in __icmp_send()
H A Dip_fragment.c66 int iif; member
164 head->dev = dev_get_by_index_rcu(net, qp->iif); in ip_expire()
256 qp->iif = 0; in ip_frag_reinit()
343 qp->iif = dev->ifindex; in ip_frag_queue()
H A Dtcp_offload.c396 int iif, sdif; in tcp4_check_fraglist_gro()
407 inet_get_iif_sdif(skb, &iif, &sdif); in tcp4_check_fraglist_gro()
412 iif, sdif); in tcp4_check_fraglist_gro()
397 int iif, sdif; tcp4_check_fraglist_gro() local
H A Dudp_offload.c863 int iif, sdif; in udp4_gro_lookup_skb()
869 inet_get_iif_sdif(skb, &iif, &sdif); in udp4_gro_lookup_skb()
872 iph->daddr, dport, iif, in udp4_gro_lookup_skb()
861 int iif, sdif; udp4_gro_lookup_skb() local
/linux/include/net/
H A Dipv6_frag.h26 int iif; member
86 dev = dev_get_by_index_rcu(net, fq->iif); in ip6frag_expire_frag_queue()
H A Dinet_frag.h62 u32 iif; member
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.h256 struct prestera_iface *iif, u8 *mac, u16 *rif_id);
258 struct prestera_iface *iif);
H A Dprestera_hw.c563 struct prestera_msg_iface iif; member
1999 struct prestera_iface *iif, u8 *mac, u16 *rif_id) in prestera_hw_rif_create() argument
2007 err = prestera_iface_to_msg(iif, &req.iif); in prestera_hw_rif_create()
2021 struct prestera_iface *iif) in prestera_hw_rif_delete() argument
2028 err = prestera_iface_to_msg(iif, &req.iif); in prestera_hw_rif_delete()
/linux/drivers/net/ipvlan/
H A Dipvlan_l3s.c109 IP6CB(skb)->iif = skb->dev->ifindex; in ipvlan_nf_input()

12