Home
last modified time | relevance | path

Searched refs:ip6_dst_idev (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/net/ipv6/
Dreassembly.c238 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue()
242 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue()
339 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMREQDS); in ipv6_frag_rcv()
356 ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMOKS); in ipv6_frag_rcv()
402 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMFAILS); in ipv6_frag_rcv()
Dip6_output.c64 struct inet6_dev *idev = ip6_dst_idev(dst); in ip6_finish_output2()
217 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_output()
257 struct inet6_dev *idev = ip6_dst_idev(dst); in ip6_xmit()
453 __IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTFORWDATAGRAMS); in ip6_forward_finish()
631 __IP6_INC_STATS(net, ip6_dst_idev(dst), in ip6_forward()
638 __IP6_INC_STATS(net, ip6_dst_idev(dst), in ip6_forward()
948 IP6_INC_STATS(net, ip6_dst_idev(&rt->dst), in ip6_fragment()
960 IP6_INC_STATS(net, ip6_dst_idev(&rt->dst), in ip6_fragment()
968 IP6_INC_STATS(net, ip6_dst_idev(&rt->dst), in ip6_fragment()
1011 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_fragment()
[all …]
Dip6_input.c191 IP6CB(skb)->iif = skb_valid_dst(skb) ? ip6_dst_idev(skb_dst(skb))->dev->ifindex : dev->ifindex; in ip6_rcv_core()
377 idev = ip6_dst_idev(skb_dst(skb)); in ip6_protocol_deliver_rcu()
Dnetfilter.c51 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in ip6_route_me_harder()
Dxfrm6_policy.c64 dev = ip6_dst_idev(dst)->dev; in xfrm6_get_saddr()
Dexthdrs.c435 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_srh_rcv()
593 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_OUTDISCARDS); in ipv6_rpl_srh_rcv()
754 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
Dicmp.c210 IP6_INC_STATS(net, ip6_dst_idev(dst), in icmpv6_xrlim_allow()
229 __ICMP6_INC_STATS(net, ip6_dst_idev(dst), in icmpv6_xrlim_allow()
Dfib6_rules.c237 ip6_dst_idev(&rt->dst)->dev); in __fib6_rule_action()
Dip6_tunnel.c1159 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in ip6_tnl_xmit()
Dip6mr.c2011 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6mr_forward2_finish()
Droute.c4493 idev = ip6_dst_idev(dst); in ip6_pkt_drop()
/Linux-v6.6/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.c139 ip6_dst_idev(dst)->dev) && in cxgb_find_route6()
140 !(ip6_dst_idev(dst)->dev->flags & IFF_LOOPBACK))) { in cxgb_find_route6()
/Linux-v6.6/include/net/
Dip6_fib.h243 static inline struct inet6_dev *ip6_dst_idev(struct dst_entry *dst) in ip6_dst_idev() function
/Linux-v6.6/net/netfilter/ipvs/
Dip_vs_xmit.c446 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in __ip_vs_route_output_v6()
/Linux-v6.6/drivers/net/
Dvrf.c679 ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in vrf_finish_output6()
/Linux-v6.6/drivers/scsi/cxgbi/
Dlibcxgbi.c797 struct inet6_dev *idev = ip6_dst_idev((struct dst_entry *)rt); in cxgbi_check_route6()
/Linux-v6.6/net/core/
Dfilter.c2231 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in bpf_out_neigh_v6()