Searched refs:ip6_dst_idev (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | ip6_output.c | 71 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_finish_output2() 126 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in ip6_finish_output2() 160 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_output() 217 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_xmit() 262 IP6_UPD_PO_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_xmit() 286 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_FRAGFAILS); in ip6_xmit() 378 __IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTFORWDATAGRAMS); in ip6_forward_finish() 379 __IP6_ADD_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTOCTETS, skb->len); in ip6_forward_finish() 532 __IP6_INC_STATS(net, ip6_dst_idev(dst), in ip6_forward() 539 __IP6_INC_STATS(net, ip6_dst_idev(dst), in ip6_forward() [all …]
|
D | reassembly.c | 264 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue() 435 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMREQDS); in ipv6_frag_rcv() 452 ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMOKS); in ipv6_frag_rcv() 485 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMFAILS); in ipv6_frag_rcv()
|
D | netfilter.c | 38 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in ip6_route_me_harder()
|
D | ip6_input.c | 158 IP6CB(skb)->iif = skb_valid_dst(skb) ? ip6_dst_idev(skb_dst(skb))->dev->ifindex : dev->ifindex; in ip6_rcv_core() 338 idev = ip6_dst_idev(skb_dst(skb)); in ip6_input_finish()
|
D | exthdrs.c | 428 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_srh_rcv() 583 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv() 718 return skb_dst(skb) ? ip6_dst_idev(skb_dst(skb)) : __in6_dev_get(skb->dev); in ipv6_skb_idev()
|
D | xfrm6_policy.c | 68 dev = ip6_dst_idev(dst)->dev; in xfrm6_get_saddr()
|
D | fib6_rules.c | 236 ip6_dst_idev(&rt->dst)->dev); in __fib6_rule_action()
|
D | icmp.c | 213 IP6_INC_STATS(net, ip6_dst_idev(dst), in icmpv6_xrlim_allow()
|
D | ip6mr.c | 1949 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6mr_forward2_finish() 1951 __IP6_ADD_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6mr_forward2_finish()
|
D | ip6_tunnel.c | 1117 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in ip6_tnl_xmit()
|
D | route.c | 3713 IP6_INC_STATS(dev_net(dst->dev), ip6_dst_idev(dst), in ip6_pkt_drop()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/ |
D | libcxgb_cm.c | 138 ip6_dst_idev(dst)->dev) && in cxgb_find_route6() 139 !(ip6_dst_idev(dst)->dev->flags & IFF_LOOPBACK))) { in cxgb_find_route6()
|
/Linux-v4.19/include/net/ |
D | ip6_fib.h | 206 static inline struct inet6_dev *ip6_dst_idev(struct dst_entry *dst) in ip6_dst_idev() function
|
/Linux-v4.19/drivers/infiniband/core/ |
D | addr.c | 433 ip6_dst_idev(dst)->dev->type != ARPHRD_INFINIBAND) in addr6_resolve()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 435 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in __ip_vs_route_output_v6()
|
/Linux-v4.19/drivers/net/ |
D | vrf.c | 380 ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in vrf_finish_output6()
|
/Linux-v4.19/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 788 struct inet6_dev *idev = ip6_dst_idev((struct dst_entry *)rt); in cxgbi_check_route6()
|