Home
last modified time | relevance | path

Searched refs:next_net_device_rcu (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/ipv6/
Danycast.c510 state->dev = next_net_device_rcu(state->dev); in ac6_get_next()
Dmcast.c2706 state->dev = next_net_device_rcu(state->dev); in igmp6_mc_get_next()
2831 state->dev = next_net_device_rcu(state->dev); in igmp6_mcf_get_next()
/Linux-v5.4/net/ipv4/
Digmp.c2778 state->dev = next_net_device_rcu(state->dev); in igmp_mc_get_next()
2917 state->dev = next_net_device_rcu(state->dev); in igmp_mcf_get_next()
/Linux-v5.4/include/linux/
Dnetdevice.h2577 static inline struct net_device *next_net_device_rcu(struct net_device *dev) in next_net_device_rcu() function