Searched defs:xdst (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/net/ipv6/ |
D | xfrm6_policy.c | 90 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/ |
D | xfrm4_policy.c | 76 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/ |
D | xfrm_policy.c | 1284 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/ |
D | xfrm.h | 946 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy()
|