Searched refs:__in6_dev_get_safely (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | reassembly.c | 373 __IP6_INC_STATS(net, __in6_dev_get_safely(skb->dev), in ipv6_frag_rcv() 394 __IP6_INC_STATS(net, __in6_dev_get_safely(skb->dev), in ipv6_frag_rcv() 407 __IP6_INC_STATS(net, __in6_dev_get_safely(skb->dev), in ipv6_frag_rcv()
|
H A D | ip6_input.c | 506 __in6_dev_get_safely(skb->dev), IPSTATS_MIB_INMCAST, in ip6_mc_input()
|
H A D | ip6_output.c | 510 idev = __in6_dev_get_safely(dev_get_by_index_rcu(net, IP6CB(skb)->iif)); in ip6_forward()
|
H A D | route.c | 4498 idev = __in6_dev_get_safely(dev_get_by_index_rcu(net, IP6CB(skb)->iif)); in ip6_pkt_drop()
|
/openbmc/linux/include/net/ |
H A D | addrconf.h | 348 static inline struct inet6_dev *__in6_dev_get_safely(const struct net_device *dev) in __in6_dev_get_safely() function
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_xmit.c | 268 struct inet6_dev *idev = __in6_dev_get_safely(skb->dev); in decrement_ttl()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 6023 idev = __in6_dev_get_safely(dev); in bpf_ipv6_fib_lookup()
|