Home
last modified time | relevance | path

Searched refs:dst_xfrm (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Ddst.h522 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) in dst_xfrm() function
543 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) in dst_xfrm() function
/linux/net/ipv4/
H A Dgre_offload.c52 need_ipsec = skb_dst(skb) && dst_xfrm(skb_dst(skb)); in gre_gso_segment()
H A Dudp_offload.c220 need_ipsec = (skb_dst(skb) && dst_xfrm(skb_dst(skb))) || skb_sec_path(skb); in __skb_udp_tunnel_segment()
/linux/net/sctp/
H A Doutput.c548 dst_xfrm(tp->dst) || packet->ipfragok || tp->encap_port) { in sctp_packet_pack()
/linux/net/ipv6/
H A Dudp.c1404 if (is_udplite || dst_xfrm(skb_dst(skb))) { in udp_v6_send_skb()