/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.c | 225 struct sec_path *sp; in mlx5e_ipsec_tx_build_eseg() 269 struct sec_path *sp; in mlx5e_ipsec_handle_tx_skb() 315 struct sec_path *sp; in mlx5e_ipsec_offload_handle_rx_skb()
|
H A D | ipsec_rxtx.h | 92 struct sec_path *sp = skb_sec_path(skb); in mlx5e_ipsec_feature_check()
|
/linux/security/selinux/ |
H A D | xfrm.c | 225 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/net/ipv6/ |
H A D | esp6_offload.c | 75 struct sec_path *sp = secpath_set(skb); in esp6_gro_receive() 252 struct sec_path *sp; in esp6_gso_segment()
|
H A D | xfrm6_input.c | 240 struct sec_path *sp; in xfrm6_input_addr()
|
H A D | icmp.c | 906 struct sec_path *sp = skb_sec_path(skb); in icmpv6_rcv()
|
H A D | esp6.c | 249 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
|
/linux/net/ipv4/ |
H A D | esp4_offload.c | 48 struct sec_path *sp = secpath_set(skb); in esp4_gro_receive() 212 struct sec_path *sp; in esp4_gso_segment()
|
H A D | esp4.c | 215 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
|
/linux/net/xfrm/ |
H A D | xfrm_input.c | 120 struct sec_path *secpath_set(struct sk_buff *skb) in secpath_set() 122 struct sec_path *sp, *tmp = skb_ext_find(skb, SKB_EXT_SEC_PATH); in secpath_set() 479 struct sec_path *sp; in xfrm_input()
|
H A D | xfrm_device.c | 125 struct sec_path *sp; in validate_xmit_xfrm()
|
H A D | xfrm_policy.c | 3364 struct sec_path *sp = skb_sec_path(skb); in xfrm_secpath_reject() 3406 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, in xfrm_policy_ok() 3540 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport() 3689 struct sec_path *sp; in __xfrm_policy_check() 3800 static struct sec_path dummy; in __xfrm_policy_check()
|
H A D | xfrm_output.c | 785 struct sec_path *sp; in xfrm_output()
|
H A D | xfrm_interface_core.c | 315 struct sec_path *sp; in xfrmi_input()
|
/linux/net/netfilter/ |
H A D | xt_policy.c | 56 const struct sec_path *sp = skb_sec_path(skb); in match_policy_in()
|
H A D | nft_xfrm.c | 164 const struct sec_path *sp = skb_sec_path(pkt->skb); in nft_xfrm_get_eval_in()
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.c | 454 struct sec_path *sp; in ixgbevf_ipsec_tx() 552 struct sec_path *sp; in ixgbevf_ipsec_rx()
|
/linux/drivers/net/netdevsim/ |
H A D | ipsec.c | 226 struct sec_path *sp = skb_sec_path(skb); in nsim_ipsec_tx()
|
/linux/include/net/ |
H A D | xfrm.h | 1164 struct sec_path { struct 1173 struct sec_path *secpath_set(struct sk_buff *skb); argument 1224 struct sec_path *sp = skb_sec_path(skb); in xfrm_input_state() 1233 struct sec_path *sp = skb_sec_path(skb); in xfrm_offload()
|
/linux/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | ipsec.c | 612 struct sec_path *sp; in nfp_net_ipsec_rx()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.c | 1063 struct sec_path *sp; in ixgbe_ipsec_tx() 1159 struct sec_path *sp; in ixgbe_ipsec_rx()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k_ipsec.c | 939 struct sec_path *sp; in cn10k_ipsec_transmit()
|
/linux/include/linux/ |
H A D | skbuff.h | 5083 static inline struct sec_path *skb_sec_path(const struct sk_buff *skb) in skb_sec_path()
|
/linux/net/core/ |
H A D | filter.c | 5940 const struct sec_path *sp = skb_sec_path(skb); in BPF_CALL_5()
|