Home
last modified time | relevance | path

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

12

/linux-6.15/security/selinux/
H A Dxfrm.c225 struct sec_path *sp = skb_sec_path(skb); in selinux_xfrm_skb_sid_ingress()
403 struct sec_path *sp = skb_sec_path(skb); in selinux_xfrm_sock_rcv_skb()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c228 sp = skb_sec_path(skb); in mlx5e_ipsec_tx_build_eseg()
271 sp = skb_sec_path(skb); in mlx5e_ipsec_handle_tx_skb()
H A Dipsec_rxtx.h92 struct sec_path *sp = skb_sec_path(skb); in mlx5e_ipsec_feature_check()
/linux-6.15/net/ipv4/
H A Dip_forward.c156 !skb_sec_path(skb)) in ip_forward()
H A Desp4_offload.c220 sp = skb_sec_path(skb); in esp4_gso_segment()
H A Dicmp.c1206 struct sec_path *sp = skb_sec_path(skb); in icmp_rcv()
H A Desp4.c215 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
/linux-6.15/net/xfrm/
H A Dxfrm_input.c578 sp = skb_sec_path(skb); in xfrm_input()
728 sp = skb_sec_path(skb); in xfrm_input()
747 sp = skb_sec_path(skb); in xfrm_input()
H A Dxfrm_device.c133 sp = skb_sec_path(skb); in validate_xmit_xfrm()
H A Dxfrm_interface_core.c317 sp = skb_sec_path(skb); in xfrmi_input()
H A Dxfrm_policy.c3364 struct sec_path *sp = skb_sec_path(skb); in xfrm_secpath_reject()
3716 sp = skb_sec_path(skb); in __xfrm_policy_check()
3807 sp = skb_sec_path(skb); in __xfrm_policy_check()
/linux-6.15/net/netfilter/
H A Dxt_policy.c56 const struct sec_path *sp = skb_sec_path(skb); in match_policy_in()
H A Dnft_xfrm.c164 const struct sec_path *sp = skb_sec_path(pkt->skb); in nft_xfrm_get_eval_in()
H A Dnft_flow_offload.c277 if (skb_sec_path(skb)) in nft_flow_offload_skip()
/linux-6.15/drivers/net/netdevsim/
H A Dipsec.c227 struct sec_path *sp = skb_sec_path(skb); in nsim_ipsec_tx()
/linux-6.15/net/ipv6/
H A Desp6_offload.c260 sp = skb_sec_path(skb); in esp6_gso_segment()
H A Dicmp.c904 struct sec_path *sp = skb_sec_path(skb); in icmpv6_rcv()
H A Desp6.c249 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
H A Dip6_output.c600 opt->srcrt == 0 && !skb_sec_path(skb)) { in ip6_forward()
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c453 sp = skb_sec_path(first->skb); in ixgbevf_ipsec_tx()
/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c711 sp = skb_sec_path(skb); in ch_ipsec_xmit()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.c950 sp = skb_sec_path(skb); in cn10k_ipsec_transmit()
/linux-6.15/include/net/
H A Dxfrm.h1220 struct sec_path *sp = skb_sec_path(skb); in xfrm_input_state()
1229 struct sec_path *sp = skb_sec_path(skb); in xfrm_offload()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c1061 sp = skb_sec_path(first->skb); in ixgbe_ipsec_tx()
/linux-6.15/include/linux/
H A Dskbuff.h5051 static inline struct sec_path *skb_sec_path(const struct sk_buff *skb) in skb_sec_path() function

12