Home
last modified time | relevance | path

Searched refs:skb_sec_path (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c279 sp = skb_sec_path(skb); in mlx5e_ipsec_tx_build_eseg()
325 sp = skb_sec_path(skb); in mlx5e_ipsec_handle_tx_skb()
395 sp = skb_sec_path(skb); in mlx5e_ipsec_build_sp()
476 sp = skb_sec_path(skb); in mlx5e_ipsec_offload_handle_rx_skb()
503 struct sec_path *sp = skb_sec_path(skb); in mlx5e_ipsec_feature_check()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dxfrm.c231 struct sec_path *sp = skb_sec_path(skb); in selinux_xfrm_skb_sid_ingress()
409 struct sec_path *sp = skb_sec_path(skb); in selinux_xfrm_sock_rcv_skb()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_forward.c151 !skb_sec_path(skb)) in ip_forward()
H A Desp4_offload.c206 sp = skb_sec_path(skb); in esp4_gso_segment()
H A Dicmp.c1070 struct sec_path *sp = skb_sec_path(skb); in icmp_rcv()
H A Desp4.c256 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_input.c572 sp = skb_sec_path(skb); in xfrm_input()
719 sp = skb_sec_path(skb); in xfrm_input()
737 sp = skb_sec_path(skb); in xfrm_input()
H A Dxfrm_device.c130 sp = skb_sec_path(skb); in validate_xmit_xfrm()
H A Dxfrm_policy.c3224 struct sec_path *sp = skb_sec_path(skb); in xfrm_secpath_reject()
3587 sp = skb_sec_path(skb); in __xfrm_policy_check()
3656 sp = skb_sec_path(skb); in __xfrm_policy_check()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_policy.c56 const struct sec_path *sp = skb_sec_path(skb); in match_policy_in()
H A Dnft_xfrm.c161 const struct sec_path *sp = skb_sec_path(pkt->skb); in nft_xfrm_get_eval_in()
H A Dnft_flow_offload.c55 if (skb_sec_path(skb)) in nft_flow_offload_skip()
/OK3568_Linux_fs/kernel/drivers/net/netdevsim/
H A Dipsec.c230 struct sec_path *sp = skb_sec_path(skb); in nsim_ipsec_tx()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Desp6_offload.c244 sp = skb_sec_path(skb); in esp6_gso_segment()
H A Dicmp.c870 struct sec_path *sp = skb_sec_path(skb); in icmpv6_rcv()
H A Desp6.c289 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
H A Dip6_output.c571 opt->srcrt == 0 && !skb_sec_path(skb)) { in ip6_forward()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c468 sp = skb_sec_path(first->skb); in ixgbevf_ipsec_tx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c725 sp = skb_sec_path(skb); in ch_ipsec_xmit()
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h1824 struct sec_path *sp = skb_sec_path(skb); in xfrm_input_state()
1833 struct sec_path *sp = skb_sec_path(skb); in xfrm_offload()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c1077 sp = skb_sec_path(first->skb); in ixgbe_ipsec_tx()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h4433 static inline struct sec_path *skb_sec_path(const struct sk_buff *skb) in skb_sec_path() function
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c5208 const struct sec_path *sp = skb_sec_path(skb); in BPF_CALL_5()