Lines Matching refs:idev
71 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_finish_output2() local
89 IP6_INC_STATS(dev_net(dev), idev, in ip6_finish_output2()
96 IP6_UPD_PO_STATS(dev_net(dev), idev, IPSTATS_MIB_OUTMCAST, in ip6_finish_output2()
138 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_output() local
139 if (unlikely(idev->cnf.disable_ipv6)) { in ip6_output()
140 IP6_INC_STATS(dev_net(dev), idev, in ip6_output()
329 struct inet6_dev *idev; in ip6_dst_mtu_forward() local
339 idev = __in6_dev_get(dst->dev); in ip6_dst_mtu_forward()
340 if (idev) in ip6_dst_mtu_forward()
341 mtu = idev->cnf.mtu6; in ip6_dst_mtu_forward()
1663 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in __ip6_make_skb() local
1665 ICMP6MSGOUT_INC_STATS(net, idev, icmp6_hdr(skb)->icmp6_type); in __ip6_make_skb()
1666 ICMP6_INC_STATS(net, idev, ICMP6_MIB_OUTMSGS); in __ip6_make_skb()