Searched refs:dst_xfrm (Results 1 - 7 of 7) sorted by relevance

/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/ipv4/
H A Dgre_offload.c52 need_ipsec = skb_dst(skb) && dst_xfrm(skb_dst(skb));
H A Dudp_offload.c64 need_ipsec = skb_dst(skb) && dst_xfrm(skb_dst(skb));
H A Dudp.c930 dst_xfrm(skb_dst(skb))) {
/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) {
/linux-master/net/ipv6/
H A Dudp.c1250 dst_xfrm(skb_dst(skb))) {

Completed in 230 milliseconds