Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_rxtx.c245 struct sec_path *sp; in mlx5e_ipsec_handle_tx_skb()
298 struct sec_path *sp; in mlx5e_ipsec_build_sp()
367 struct sec_path *sp = skb_sec_path(skb); in mlx5e_ipsec_feature_check()
/Linux-v5.4/security/selinux/
Dxfrm.c230 struct sec_path *sp = skb_sec_path(skb); in selinux_xfrm_skb_sid_ingress()
408 struct sec_path *sp = skb_sec_path(skb); in selinux_xfrm_sock_rcv_skb()
/Linux-v5.4/net/ipv4/
Desp4_offload.c46 struct sec_path *sp = secpath_set(skb); in esp4_gro_receive()
155 struct sec_path *sp; in esp4_gso_segment()
Dicmp.c1003 struct sec_path *sp = skb_sec_path(skb); in icmp_rcv()
Desp4.c128 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
/Linux-v5.4/net/ipv6/
Desp6_offload.c68 struct sec_path *sp = secpath_set(skb); in esp6_gro_receive()
182 struct sec_path *sp; in esp6_gso_segment()
Dxfrm6_input.c89 struct sec_path *sp; in xfrm6_input_addr()
Desp6.c135 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
Dicmp.c829 struct sec_path *sp = skb_sec_path(skb); in icmpv6_rcv()
/Linux-v5.4/net/xfrm/
Dxfrm_input.c114 struct sec_path *secpath_set(struct sk_buff *skb) in secpath_set()
116 struct sec_path *sp, *tmp = skb_ext_find(skb, SKB_EXT_SEC_PATH); in secpath_set()
472 struct sec_path *sp; in xfrm_input()
Dxfrm_device.c85 struct sec_path *sp; in validate_xmit_xfrm()
Dxfrm_output.c574 struct sec_path *sp; in xfrm_output()
Dxfrm_policy.c3202 struct sec_path *sp = skb_sec_path(skb); in xfrm_secpath_reject()
3243 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, in xfrm_policy_ok()
3493 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport()
3518 struct sec_path *sp; in __xfrm_policy_check()
3606 static struct sec_path dummy; in __xfrm_policy_check()
/Linux-v5.4/net/netfilter/
Dxt_policy.c56 const struct sec_path *sp = skb_sec_path(skb); in match_policy_in()
Dnft_xfrm.c162 const struct sec_path *sp = skb_sec_path(pkt->skb); in nft_xfrm_get_eval_in()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c453 struct sec_path *sp; in ixgbevf_ipsec_tx()
551 struct sec_path *sp; in ixgbevf_ipsec_rx()
/Linux-v5.4/drivers/net/netdevsim/
Dipsec.c230 struct sec_path *sp = skb_sec_path(skb); in nsim_ipsec_tx()
/Linux-v5.4/include/net/
Dxfrm.h1029 struct sec_path { struct
1037 struct sec_path *secpath_set(struct sk_buff *skb); argument
1825 struct sec_path *sp = skb_sec_path(skb); in xfrm_input_state()
1834 struct sec_path *sp = skb_sec_path(skb); in xfrm_offload()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c1068 struct sec_path *sp; in ixgbe_ipsec_tx()
1164 struct sec_path *sp; in ixgbe_ipsec_rx()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_ipsec.c684 struct sec_path *sp; in chcr_ipsec_xmit()
/Linux-v5.4/net/core/
Dskbuff.c4107 [SKB_EXT_SEC_PATH] = SKB_EXT_CHUNKSIZEOF(struct sec_path),
6006 struct sec_path *sp = skb_ext_get_ptr(old, SKB_EXT_SEC_PATH); in skb_ext_maybe_cow()
6066 static void skb_ext_put_sp(struct sec_path *sp) in skb_ext_put_sp()
6086 struct sec_path *sp = skb_ext_get_ptr(ext, SKB_EXT_SEC_PATH); in __skb_ext_del()
Dfilter.c4554 const struct sec_path *sp = skb_sec_path(skb); in BPF_CALL_5()
/Linux-v5.4/include/linux/
Dskbuff.h4306 static inline struct sec_path *skb_sec_path(const struct sk_buff *skb) in skb_sec_path()