Home
last modified time | relevance | path

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

/Linux-v5.10/net/netfilter/
Dnf_flow_table_ip.c225 if (unlikely(dst_xfrm(dst))) in nf_flow_offload_dst_check()
298 if (unlikely(dst_xfrm(&rt->dst))) { in nf_flow_offload_ip_hook()
539 if (unlikely(dst_xfrm(&rt->dst))) { in nf_flow_offload_ipv6_hook()
/Linux-v5.10/include/net/
Ddst.h494 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) in dst_xfrm() function
515 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) in dst_xfrm() function
/Linux-v5.10/net/ipv4/
Dudp_offload.c61 need_ipsec = skb_dst(skb) && dst_xfrm(skb_dst(skb)); in __skb_udp_tunnel_segment()
Dudp.c910 dst_xfrm(skb_dst(skb))) { in udp_send_skb()
/Linux-v5.10/net/sctp/
Doutput.c524 dst_xfrm(skb_dst(head)) || packet->ipfragok) { in sctp_packet_pack()
/Linux-v5.10/net/ipv6/
Dudp.c1200 dst_xfrm(skb_dst(skb))) { in udp_v6_send_skb()