Home
last modified time | relevance | path

Searched refs:sec_path (Results 1 – 19 of 19) 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()
H A Dipsec_rxtx.h92 struct sec_path *sp = skb_sec_path(skb); in mlx5e_ipsec_feature_check()
/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/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_policy.c3364 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 Dxfrm_output.c785 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/net/ipv6/
H A Dxfrm6_input.c240 struct sec_path *sp; in xfrm6_input_addr()
H A Dicmp.c906 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()
/linux/include/net/
H A Dxfrm.h1164 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/marvell/octeontx2/nic/
H A Dcn10k_ipsec.c939 struct sec_path *sp; in cn10k_ipsec_transmit()
/linux/net/ipv4/
H A Desp4.c215 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
H A Dicmp.c1208 struct sec_path *sp = skb_sec_path(skb); in icmp_rcv()
/linux/net/core/
H A Dskbuff.c5052 [SKB_EXT_SEC_PATH] = SKB_EXT_CHUNKSIZEOF(struct sec_path),
7003 struct sec_path *sp = skb_ext_get_ptr(old, SKB_EXT_SEC_PATH); in skb_ext_maybe_cow()
7096 static void skb_ext_put_sp(struct sec_path *sp) in skb_ext_put_sp()
7124 struct sec_path *sp = skb_ext_get_ptr(ext, SKB_EXT_SEC_PATH); in __skb_ext_del()
H A Dfilter.c5940 const struct sec_path *sp = skb_sec_path(skb); in BPF_CALL_5()
/linux/include/linux/
H A Dskbuff.h5085 static inline struct sec_path *skb_sec_path(const struct sk_buff *skb) in skb_sec_path()