Home
last modified time | relevance | path

Searched refs:xfrm_dst (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dxfrm6_policy.c77 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
108 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu()
117 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect()
125 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy()
136 struct xfrm_dst *xdst; in xfrm6_dst_ifdown()
138 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown()
147 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()
H A Desp6.c711 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
/openbmc/linux/net/ipv4/
H A Dxfrm4_policy.c65 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
99 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu()
108 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect()
116 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy()
H A Desp4.c673 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c164 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr);
166 static int xfrm_bundle_ok(struct xfrm_dst *xdst);
2573 static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) in xfrm_alloc_dst()
2577 struct xfrm_dst *xdst; in xfrm_alloc_dst()
2606 static void xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path()
2615 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst()
2639 struct xfrm_dst **bundle, in xfrm_bundle_create()
2649 struct xfrm_dst *xdst_prev = NULL; in xfrm_bundle_create()
2650 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create()
2667 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create()
[all …]
H A Dxfrm_device.c412 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok()
/openbmc/linux/include/net/
H A Dxfrm.h64 - bundle of transformations, struct dst_entry == struct xfrm_dst (=SA bundle)
358 struct xfrm_dst;
364 int (*fill_dst)(struct xfrm_dst *xdst,
956 struct xfrm_dst { struct
979 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path() argument
991 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child()
999 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child()
1004 static inline void xfrm_dst_destroy(struct xfrm_dst *xds
[all...]
/openbmc/linux/net/core/
H A Ddst.c107 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy()
H A Dpktgen.c431 struct xfrm_dst xdst;
/openbmc/linux/net/netfilter/
H A Dxt_policy.c94 dst = ((struct xfrm_dst *)dst)->child, i++) { in match_policy_out()
H A Dnft_xfrm.c183 dst = ((const struct xfrm_dst *)dst)->child, i++) { in nft_xfrm_get_eval_out()
H A Dnf_nat_proto.c677 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()