Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Danycast.c517 state->dev = next_net_device_rcu(state->dev); in ac6_get_next()
H A Dmcast.c2701 state->dev = next_net_device_rcu(state->dev); in igmp6_mc_get_next()
2826 state->dev = next_net_device_rcu(state->dev); in igmp6_mcf_get_next()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Digmp.c2781 state->dev = next_net_device_rcu(state->dev); in igmp_mc_get_next()
2920 state->dev = next_net_device_rcu(state->dev); in igmp_mcf_get_next()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h2858 static inline struct net_device *next_net_device_rcu(struct net_device *dev) in next_net_device_rcu() function