Home
last modified time | relevance | path

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

/linux-6.8/include/net/
Dxfrm.h121 struct list_head all; member
503 struct list_head all; member
954 struct dst_entry *route; member
999 dst_release(xdst->route); in xfrm_dst_destroy()
2072 static inline int xfrm_mark_get(struct nlattr **attrs, struct xfrm_mark *m) in xfrm_mark_get() argument
2074 if (attrs[XFRMA_MARK]) in xfrm_mark_get()
2075 memcpy(m, nla_data(attrs[XFRMA_MARK]), sizeof(struct xfrm_mark)); in xfrm_mark_get()