Searched refs:lh (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dbinfmts.h87 struct list_head lh; member in struct:linux_binfmt
H A Dnetdevice.h1551 #define net_device_entry(lh) list_entry(lh, struct net_device, dev_list)
1555 struct list_head *lh; local
1559 lh = dev->dev_list.next;
1560 return lh == &net->dev_base_head ? NULL : net_device_entry(lh);
1565 struct list_head *lh; local
1569 lh = rcu_dereference(list_next_rcu(&dev->dev_list));
1570 return lh == &net->dev_base_head ? NULL : net_device_entry(lh);
1581 struct list_head *lh = rcu_dereference(list_next_rcu(&net->dev_base_head)); local
[all...]
/include/net/
H A Dip6_fib.h175 struct list_head lh; member in struct:fib6_walker_t

Completed in 64 milliseconds