Home
last modified time | relevance | path

Searched refs:xdst (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/net/
Dxfrm.h326 int (*fill_dst)(struct xfrm_dst *xdst,
1020 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path() local
1022 return xdst->path; in xfrm_dst_path()
1032 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child() local
1033 return xdst->child; in xfrm_dst_child()
1040 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child() argument
1042 xdst->child = child; in xfrm_dst_set_child()
1045 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy() argument
1047 xfrm_pols_put(xdst->pols, xdst->num_pols); in xfrm_dst_destroy()
1048 dst_release(xdst->route); in xfrm_dst_destroy()
[all …]
/linux-4.19.296/include/video/
Dmmp_disp.h85 u16 xdst; member