Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c225 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()
/linux/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/net/ipv4/
H A Desp4_offload.c48 struct sec_path *sp = secpath_set(skb); in esp4_gro_receive()
214 struct sec_path *sp; in esp4_gso_segment()
H A Dicmp.c1403 struct sec_path *sp = skb_sec_path(skb); in icmp_err()
/linux/net/ipv6/
H A Desp6_offload.c75 struct sec_path *sp = secpath_set(skb); in esp6_gro_receive()
254 struct sec_path *sp; in esp6_gso_segment()
H A Dxfrm6_input.c240 struct sec_path *sp; in xfrm6_input_addr()
/linux/net/xfrm/
H A Dxfrm_input.c120 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 Dxfrm_device.c125 struct sec_path *sp; in validate_xmit_xfrm()
H A Dxfrm_output.c789 struct sec_path *sp; in xfrm_output()
H A Dxfrm_interface_core.c315 struct sec_path *sp; in xfrmi_input()
/linux/net/netfilter/
H A Dxt_policy.c56 const struct sec_path *sp = skb_sec_path(skb); in match_policy_in()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c460 struct sec_path *sp; in ixgbevf_ipsec_tx()
558 struct sec_path *sp; in ixgbevf_ipsec_rx()
/linux/include/net/
H A Dxfrm.h1165 struct sec_path { struct
1174 struct sec_path *secpath_set(struct sk_buff *skb); argument
1225 struct sec_path *sp = skb_sec_path(skb); in xfrm_input_state()
1234 struct sec_path *sp = skb_sec_path(skb); in xfrm_offload()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c715 struct sec_path *sp; in ch_ipsec_xmit()
/linux/net/core/
H A Dskbuff.c5094 [SKB_EXT_SEC_PATH] = SKB_EXT_CHUNKSIZEOF(struct sec_path),
7050 struct sec_path *sp = skb_ext_get_ptr(old, SKB_EXT_SEC_PATH); in skb_ext_maybe_cow()
7144 static void skb_ext_put_sp(struct sec_path *sp) in skb_ext_put_sp()
7172 struct sec_path *sp = skb_ext_get_ptr(ext, SKB_EXT_SEC_PATH); in __skb_ext_del()
H A Dfilter.c6034 const struct sec_path *sp = skb_sec_path(skb); in BPF_CALL_5()
/linux/include/linux/
H A Dskbuff.h5213 static inline struct sec_path *skb_sec_path(const struct sk_buff *skb) in skb_sec_path()