Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dexthdrs.c261 IP6_INC_STATS_BH(dev_net(dst->dev), ip6_dst_idev(dst), in ipv6_destopt_rcv()
284 ip6_dst_idev(dst), IPSTATS_MIB_INHDRERRORS); in ipv6_destopt_rcv()
312 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
322 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
337 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
363 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
382 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
396 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
419 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
425 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
[all …]
Dip6_output.c72 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_finish_output2()
119 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in ip6_finish_output2()
137 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_output()
183 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_xmit()
229 IP6_UPD_PO_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_xmit()
245 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_FRAGFAILS); in ip6_xmit()
399 IP6_INC_STATS_BH(net, ip6_dst_idev(dst), in ip6_forward()
431 IP6_INC_STATS_BH(net, ip6_dst_idev(dst), in ip6_forward()
445 IP6_INC_STATS_BH(net, ip6_dst_idev(dst), in ip6_forward()
452 IP6_INC_STATS_BH(net, ip6_dst_idev(dst), in ip6_forward()
[all …]
Dip6_input.c102 IP6CB(skb)->iif = skb_valid_dst(skb) ? ip6_dst_idev(skb_dst(skb))->dev->ifindex : dev->ifindex; in ipv6_rcv()
216 idev = ip6_dst_idev(skb_dst(skb)); in ip6_input_finish()
291 ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_INMCAST, in ip6_mc_input()
Dreassembly.c226 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue()
261 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue()
364 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue()
531 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMREQDS); in ipv6_frag_rcv()
548 ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMOKS); in ipv6_frag_rcv()
569 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMFAILS); in ipv6_frag_rcv()
574 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ipv6_frag_rcv()
Dnetfilter.c37 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in ip6_route_me_harder()
Dfib6_rules.c108 ip6_dst_idev(&rt->dst)->dev, in fib6_rule_action()
Dxfrm6_policy.c66 dev = ip6_dst_idev(dst)->dev; in xfrm6_get_saddr()
Dicmp.c195 IP6_INC_STATS(net, ip6_dst_idev(dst), in icmpv6_xrlim_allow()
Dip6mr.c1987 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ip6mr_forward2_finish()
1989 IP6_ADD_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), in ip6mr_forward2_finish()
Droute.c2452 IP6_INC_STATS(dev_net(dst->dev), ip6_dst_idev(dst), in ip6_pkt_drop()
2458 IP6_INC_STATS(dev_net(dst->dev), ip6_dst_idev(dst), in ip6_pkt_drop()
2536 rt ? ip6_dst_idev((struct dst_entry *)rt) : NULL; in ip6_route_get_saddr()
/linux-4.4.14/include/net/
Dip6_fib.h138 static inline struct inet6_dev *ip6_dst_idev(struct dst_entry *dst) in ip6_dst_idev() function
/linux-4.4.14/drivers/infiniband/core/
Daddr.c285 ret = ipv6_dev_get_saddr(addr->net, ip6_dst_idev(dst)->dev, in addr6_resolve()
/linux-4.4.14/drivers/net/
Dvrf.c429 ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in vrf_finish_output6()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_xmit.c383 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in __ip_vs_route_output_v6()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c402 if (!our_interface(dev, ip6_dst_idev(dst)->dev) && in find_route6()
403 !(ip6_dst_idev(dst)->dev->flags & IFF_LOOPBACK)) { in find_route6()
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c768 struct inet6_dev *idev = ip6_dst_idev((struct dst_entry *)rt); in cxgbi_check_route6()