Home
last modified time | relevance | path

Searched +refs:all +refs:route +refs:attrs (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
H A Dxfrm.h125 struct list_head all; member
512 struct nlattr **attrs,
584 struct list_head all; member
1061 struct dst_entry *route; member
1106 dst_release(xdst->route); in xfrm_dst_destroy()
2184 static inline int xfrm_mark_get(struct nlattr **attrs, struct xfrm_mark *m) in xfrm_mark_get() argument
2186 if (attrs[XFRMA_MARK]) in xfrm_mark_get()
2187 memcpy(m, nla_data(attrs[XFRMA_MARK]), sizeof(struct xfrm_mark)); in xfrm_mark_get()