Searched refs:sec_path (Results 1 – 24 of 24) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_rxtx.c | 222 struct sec_path *sp; in mlx5e_ipsec_tx_build_eseg() 266 struct sec_path *sp; in mlx5e_ipsec_handle_tx_skb() 318 struct sec_path *sp; in mlx5e_ipsec_offload_handle_rx_skb()
|
D | ipsec_rxtx.h | 92 struct sec_path *sp = skb_sec_path(skb); in mlx5e_ipsec_feature_check()
|
/linux-6.1.9/security/selinux/ |
D | xfrm.c | 231 struct sec_path *sp = skb_sec_path(skb); in selinux_xfrm_skb_sid_ingress() 409 struct sec_path *sp = skb_sec_path(skb); in selinux_xfrm_sock_rcv_skb()
|
/linux-6.1.9/net/ipv4/ |
D | esp4_offload.c | 46 struct sec_path *sp = secpath_set(skb); in esp4_gro_receive() 200 struct sec_path *sp; in esp4_gso_segment()
|
D | esp4.c | 255 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
|
D | icmp.c | 1179 struct sec_path *sp = skb_sec_path(skb); in icmp_rcv()
|
/linux-6.1.9/net/ipv6/ |
D | esp6_offload.c | 69 struct sec_path *sp = secpath_set(skb); in esp6_gro_receive() 239 struct sec_path *sp; in esp6_gso_segment()
|
D | xfrm6_input.c | 180 struct sec_path *sp; in xfrm6_input_addr()
|
D | icmp.c | 877 struct sec_path *sp = skb_sec_path(skb); in icmpv6_rcv()
|
D | esp6.c | 289 struct sec_path *sp = skb_sec_path(skb); in esp_output_done()
|
/linux-6.1.9/net/xfrm/ |
D | xfrm_input.c | 119 struct sec_path *secpath_set(struct sk_buff *skb) in secpath_set() 121 struct sec_path *sp, *tmp = skb_ext_find(skb, SKB_EXT_SEC_PATH); in secpath_set() 478 struct sec_path *sp; in xfrm_input()
|
D | xfrm_device.c | 122 struct sec_path *sp; in validate_xmit_xfrm()
|
D | xfrm_policy.c | 3221 struct sec_path *sp = skb_sec_path(skb); in xfrm_secpath_reject() 3262 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, in xfrm_policy_ok() 3492 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport() 3517 struct sec_path *sp; in __xfrm_policy_check() 3611 static struct sec_path dummy; in __xfrm_policy_check()
|
D | xfrm_output.c | 724 struct sec_path *sp; in xfrm_output()
|
/linux-6.1.9/net/netfilter/ |
D | xt_policy.c | 56 const struct sec_path *sp = skb_sec_path(skb); in match_policy_in()
|
D | nft_xfrm.c | 163 const struct sec_path *sp = skb_sec_path(pkt->skb); in nft_xfrm_get_eval_in()
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/ |
D | ipsec.c | 464 struct sec_path *sp; in ixgbevf_ipsec_tx() 562 struct sec_path *sp; in ixgbevf_ipsec_rx()
|
/linux-6.1.9/drivers/net/netdevsim/ |
D | ipsec.c | 230 struct sec_path *sp = skb_sec_path(skb); in nsim_ipsec_tx()
|
/linux-6.1.9/include/net/ |
D | xfrm.h | 1039 struct sec_path { struct 1047 struct sec_path *secpath_set(struct sk_buff *skb); argument 1864 struct sec_path *sp = skb_sec_path(skb); in xfrm_input_state() 1873 struct sec_path *sp = skb_sec_path(skb); in xfrm_offload()
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ipsec.c | 1073 struct sec_path *sp; in ixgbe_ipsec_tx() 1169 struct sec_path *sp; in ixgbe_ipsec_rx()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
D | chcr_ipsec.c | 716 struct sec_path *sp; in ch_ipsec_xmit()
|
/linux-6.1.9/net/core/ |
D | skbuff.c | 4471 [SKB_EXT_SEC_PATH] = SKB_EXT_CHUNKSIZEOF(struct sec_path), 6477 struct sec_path *sp = skb_ext_get_ptr(old, SKB_EXT_SEC_PATH); in skb_ext_maybe_cow() 6562 static void skb_ext_put_sp(struct sec_path *sp) in skb_ext_put_sp() 6590 struct sec_path *sp = skb_ext_get_ptr(ext, SKB_EXT_SEC_PATH); in __skb_ext_del()
|
D | filter.c | 5640 const struct sec_path *sp = skb_sec_path(skb); in BPF_CALL_5()
|
/linux-6.1.9/include/linux/ |
D | skbuff.h | 4798 static inline struct sec_path *skb_sec_path(const struct sk_buff *skb) in skb_sec_path()
|