Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_policy.c2582 xfrm_dst_set_child(xdst_prev, &xdst->u.dst); in xfrm_bundle_create()
2637 xfrm_dst_set_child(xdst_prev, dst); in xfrm_bundle_create()
2923 xfrm_dst_set_child(xdst, dst); in xfrm_create_dummy_bundle()
/kernel/linux/linux-5.10/include/net/
Dxfrm.h973 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child() function