Searched refs:dst_xfrm (Results 1 - 7 of 7) sorted by last modified time

/linux-master/net/ipv6/
H A Dudp.c1261 dst_xfrm(skb_dst(skb))) {
/linux-master/net/ipv4/
H A Dudp_offload.c64 need_ipsec = skb_dst(skb) && dst_xfrm(skb_dst(skb));
H A Dudp.c942 dst_xfrm(skb_dst(skb))) {
H A Dgre_offload.c52 need_ipsec = skb_dst(skb) && dst_xfrm(skb_dst(skb));
/linux-master/include/net/
H A Ddst.h511 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) function
532 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) function
/linux-master/net/netfilter/
H A Dnft_flow_offload.c24 if (dst_xfrm(dst))
/linux-master/net/sctp/
H A Doutput.c548 dst_xfrm(tp->dst) || packet->ipfragok || tp->encap_port) {

Completed in 134 milliseconds