Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
H A 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()
/kernel/linux/linux-5.10/include/net/
H A Ddst.h487 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) in dst_xfrm() function
508 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) in dst_xfrm() function
/kernel/linux/linux-6.6/include/net/
H A Ddst.h519 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) in dst_xfrm() function
540 static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) in dst_xfrm() function
/kernel/linux/linux-6.6/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.c64 need_ipsec = skb_dst(skb) && dst_xfrm(skb_dst(skb)); in __skb_udp_tunnel_segment()
H A Dudp.c925 dst_xfrm(skb_dst(skb))) { in udp_send_skb()
/kernel/linux/linux-5.10/net/sctp/
H A Doutput.c524 dst_xfrm(skb_dst(head)) || packet->ipfragok) { in sctp_packet_pack()
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_offload.c61 need_ipsec = skb_dst(skb) && dst_xfrm(skb_dst(skb)); in __skb_udp_tunnel_segment()
H A Dudp.c936 dst_xfrm(skb_dst(skb))) { in udp_send_skb()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_flow_offload.c24 if (dst_xfrm(dst)) in nft_xmit_type()
/kernel/linux/linux-6.6/net/sctp/
H A Doutput.c548 dst_xfrm(tp->dst) || packet->ipfragok || tp->encap_port) { in sctp_packet_pack()
/kernel/linux/linux-5.10/net/ipv6/
H A Dudp.c1223 dst_xfrm(skb_dst(skb))) { in udp_v6_send_skb()
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp.c1252 dst_xfrm(skb_dst(skb))) { in udp_v6_send_skb()

Completed in 22 milliseconds