Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dxfrm6_policy.c71 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
104 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu()
113 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect()
121 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy()
134 struct xfrm_dst *xdst; in xfrm6_dst_ifdown()
139 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown()
148 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()
H A Desp6.c712 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dxfrm4_policy.c71 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
106 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu()
115 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect()
123 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy()
H A Desp4.c677 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c169 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr);
171 static int xfrm_bundle_ok(struct xfrm_dst *xdst);
2474 static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) in xfrm_alloc_dst()
2478 struct xfrm_dst *xdst; in xfrm_alloc_dst()
2509 static void xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path()
2519 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst()
2543 struct xfrm_dst **bundle, in xfrm_bundle_create()
2553 struct xfrm_dst *xdst_prev = NULL; in xfrm_bundle_create()
2554 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create()
2571 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create()
[all …]
H A Dxfrm_device.c303 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok()
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h321 struct xfrm_dst;
333 int (*fill_dst)(struct xfrm_dst *xdst,
925 struct xfrm_dst { struct
948 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path() argument
960 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child()
968 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child()
973 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy()
1865 struct xfrm_dst *xdst; in xfrm_dst_offload_ok()
1870 xdst = (struct xfrm_dst *) dst; in xfrm_dst_offload_ok()
/OK3568_Linux_fs/kernel/net/core/
H A Ddst.c111 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy()
H A Dpktgen.c415 struct xfrm_dst xdst;
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_policy.c94 dst = ((struct xfrm_dst *)dst)->child, i++) { in match_policy_out()
H A Dnft_xfrm.c181 dst = ((const struct xfrm_dst *)dst)->child, i++) { in nft_xfrm_get_eval_out()
H A Dnf_nat_core.c164 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()