Home
last modified time | relevance | path

Searched defs:netns_xfrm (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/netns/
Dxfrm.h31 struct netns_xfrm { struct
32 struct list_head state_all;
41 struct hlist_head *state_bydst;
42 struct hlist_head *state_bysrc;
43 struct hlist_head *state_byspi;
44 unsigned int state_hmask;
45 unsigned int state_num;
46 struct work_struct state_hash_work;
47 struct hlist_head state_gc_list;
48 struct work_struct state_gc_work;
[all …]