Searched defs:xfrm_dst (Results 1 – 1 of 1) sorted by relevance
57143 struct xfrm_dst { struct57144 union {57148 } u;57149 struct dst_entry *route;57150 struct dst_entry *child;57151 struct dst_entry *path;57152 struct xfrm_policy *pols[2];57153 int num_pols;57154 int num_xfrms;57155 u32 xfrm_genid;[all …]