Searched refs:ip6_dst_idev (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/libcxgb/ |
| H A D | libcxgb_cm.c | 139 ip6_dst_idev(dst)->dev) && in cxgb_find_route6() 140 !(ip6_dst_idev(dst)->dev->flags & IFF_LOOPBACK))) { in cxgb_find_route6()
|
| /linux/net/ipv6/ |
| H A D | ip6_output.c | 64 struct inet6_dev *idev = ip6_dst_idev(dst); in ip6_finish_output2() 236 idev = ip6_dst_idev(dst); in ip6_output() 295 struct inet6_dev *idev = ip6_dst_idev(dst); in ip6_xmit() 661 __IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTFORWDATAGRAMS); in ip6_forward() 672 __IP6_INC_STATS(net, ip6_dst_idev(dst), in ip6_forward() 679 __IP6_INC_STATS(net, ip6_dst_idev(dst), in ip6_forward() 996 IP6_INC_STATS(net, ip6_dst_idev(&rt->dst), in ip6_fragment() 1008 IP6_INC_STATS(net, ip6_dst_idev(&rt->dst), in ip6_fragment() 1016 IP6_INC_STATS(net, ip6_dst_idev(&rt->dst), in ip6_fragment() 1059 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_fragment() [all …]
|
| H A D | ip6_input.c | 231 ip6_dst_idev(skb_dst(skb))->dev->ifindex : in ip6_rcv_core() 418 idev = ip6_dst_idev(skb_dst(skb)); in ip6_protocol_deliver_rcu() 527 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_input_finish()
|
| H A D | xfrm6_policy.c | 66 idev = ip6_dst_idev(dst); in xfrm6_get_saddr()
|
| H A D | exthdrs.c | 442 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_srh_rcv() 601 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_OUTDISCARDS); in ipv6_rpl_srh_rcv() 765 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
|
| H A D | icmp.c | 215 IP6_INC_STATS(net, ip6_dst_idev(dst), in icmpv6_xrlim_allow()
|
| H A D | ip6_tunnel.c | 1188 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in ip6_tnl_xmit()
|
| H A D | route.c | 4617 idev = ip6_dst_idev(dst); in ip6_pkt_drop()
|
| /linux/include/net/ |
| H A D | ip6_fib.h | 240 static inline struct inet6_dev *ip6_dst_idev(const struct dst_entry *dst) in ip6_dst_idev() function
|
| /linux/drivers/net/ |
| H A D | vrf.c | 629 ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in vrf_finish_output6()
|
| /linux/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.c | 797 struct inet6_dev *idev = ip6_dst_idev((struct dst_entry *)rt); in cxgbi_check_route6()
|
| /linux/net/core/ |
| H A D | filter.c | 2261 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in bpf_out_neigh_v6()
|