Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/net/
H A 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
/OK3568_Linux_fs/kernel/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.c918 dst_xfrm(skb_dst(skb))) { in udp_send_skb()
/OK3568_Linux_fs/kernel/net/sctp/
H A Doutput.c524 dst_xfrm(skb_dst(head)) || packet->ipfragok) { in sctp_packet_pack()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c1201 dst_xfrm(skb_dst(skb))) { in udp_v6_send_skb()