Home
last modified time | relevance | path

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

/linux-3.3/net/ipv6/
Dxfrm6_policy.c90 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
213 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu() local
221 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy() local
234 struct xfrm_dst *xdst; in xfrm6_dst_ifdown() local
/linux-3.3/net/ipv4/
Dxfrm4_policy.c76 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
203 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu() local
211 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy() local
/linux-3.3/net/xfrm/
Dxfrm_policy.c1284 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_get() local
1305 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_check() local
1318 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_delete() local
1334 struct xfrm_dst *xdst; in xfrm_alloc_dst() local
1382 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst()
1434 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create() local
1508 struct xfrm_dst *xdst = (struct xfrm_dst *)dst_prev; in xfrm_bundle_create() local
1549 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dst_update_parent() local
1561 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dst_update_origin() local
1620 struct xfrm_dst *xdst; in xfrm_resolve_and_create_bundle() local
[all …]
/linux-3.3/include/net/
Dxfrm.h946 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy()