Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dxfrm6_policy.c90 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
230 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu() local
239 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect() local
247 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy() local
258 struct xfrm_dst *xdst; in xfrm6_dst_ifdown() local
/linux-4.4.14/net/ipv4/
Dxfrm4_policy.c80 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
229 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu() local
238 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect() local
246 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy() local
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c1530 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_get() local
1553 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_check() local
1566 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_delete() local
1582 struct xfrm_dst *xdst; in xfrm_alloc_dst() local
1631 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst()
1683 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create() local
1754 struct xfrm_dst *xdst = (struct xfrm_dst *)dst_prev; in xfrm_bundle_create() local
1797 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dst_update_parent() local
1809 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dst_update_origin() local
1868 struct xfrm_dst *xdst; in xfrm_resolve_and_create_bundle() local
[all …]
/linux-4.4.14/include/video/
Dmmp_disp.h85 u16 xdst; member
/linux-4.4.14/include/net/
Dxfrm.h964 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy()