Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_output.c90 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTDISCARDS); in ip6_finish_output2()
96 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_finish_output2()
151 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in ip6_finish_output2()
232 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_output()
284 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_xmit()
334 IP6_UPD_PO_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_xmit()
358 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_FRAGFAILS); in ip6_xmit()
456 __IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTFORWDATAGRAMS); in ip6_forward_finish()
457 __IP6_ADD_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTOCTETS, skb->len); in ip6_forward_finish()
619 __IP6_INC_STATS(net, ip6_dst_idev(dst), in ip6_forward()
[all …]
H A Dreassembly.c232 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue()
236 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue()
333 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMREQDS); in ipv6_frag_rcv()
350 ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMOKS); in ipv6_frag_rcv()
396 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMFAILS); in ipv6_frag_rcv()
H A Dip6_input.c186 IP6CB(skb)->iif = skb_valid_dst(skb) ? ip6_dst_idev(skb_dst(skb))->dev->ifindex : dev->ifindex; in ip6_rcv_core()
368 idev = ip6_dst_idev(skb_dst(skb)); in ip6_protocol_deliver_rcu()
H A Dexthdrs.c424 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_srh_rcv()
558 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rpl_srh_rcv()
775 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
910 return skb_dst(skb) ? ip6_dst_idev(skb_dst(skb)) : __in6_dev_get(skb->dev); in ipv6_skb_idev()
H A Dnetfilter.c44 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in ip6_route_me_harder()
H A Dxfrm6_policy.c65 dev = ip6_dst_idev(dst)->dev; in xfrm6_get_saddr()
H A Dfib6_rules.c236 ip6_dst_idev(&rt->dst)->dev); in __fib6_rule_action()
H A Dicmp.c216 IP6_INC_STATS(net, ip6_dst_idev(dst), in icmpv6_xrlim_allow()
H A Dip6mr.c1993 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6mr_forward2_finish()
1995 IP6_ADD_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6mr_forward2_finish()
H A Dip6_tunnel.c1186 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in ip6_tnl_xmit()
H A Droute.c4363 idev = ip6_dst_idev(dst); in ip6_pkt_drop()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/libcxgb/
H A 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()
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_fib.h249 static inline struct inet6_dev *ip6_dst_idev(struct dst_entry *dst) in ip6_dst_idev() function
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_xmit.c446 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in __ip_vs_route_output_v6()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c682 ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in vrf_finish_output6()
/OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/
H A Dlibcxgbi.c797 struct inet6_dev *idev = ip6_dst_idev((struct dst_entry *)rt); in cxgbi_check_route6()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c2221 ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in bpf_out_neigh_v6()