Home
last modified time | relevance | path

Searched defs:xdst (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/ipv6/
Dxfrm6_policy.c74 static void xfrm6_init_dst(struct net *net, struct xfrm_dst *xdst) in xfrm6_init_dst()
95 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
236 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu() local
245 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect() local
253 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy() local
268 struct xfrm_dst *xdst; in xfrm6_dst_ifdown() local
/linux-4.1.27/net/ipv4/
Dxfrm4_policy.c76 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
200 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu() local
209 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect() local
217 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy() local
/linux-4.1.27/net/xfrm/
Dxfrm_policy.c1509 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_get() local
1532 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_check() local
1545 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_delete() local
1561 struct xfrm_dst *xdst; in xfrm_alloc_dst() local
1612 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst()
1664 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create() local
1735 struct xfrm_dst *xdst = (struct xfrm_dst *)dst_prev; in xfrm_bundle_create() local
1778 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dst_update_parent() local
1790 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dst_update_origin() local
1849 struct xfrm_dst *xdst; in xfrm_resolve_and_create_bundle() local
[all …]
/linux-4.1.27/include/video/
Dmmp_disp.h85 u16 xdst; member
/linux-4.1.27/include/net/
Dxfrm.h961 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy()