Home
last modified time | relevance | path

Searched refs:ipsec (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec_fs.c171 struct mlx5e_ipsec *ipsec = sa_entry->ipsec; in rx_add_rule_drop_auth_trailer() local
253 struct mlx5e_ipsec *ipsec = sa_entry->ipsec; in rx_add_rule_drop_replay() local
538 mlx5_ipsec_fs_roce_tx_create(ipsec->mdev, ipsec->roce, ipsec->tx->ft.pol, in ipsec_mpv_work_handler()
790 rx_destroy(ipsec->mdev, ipsec, rx, family); in rx_put()
1060 err = tx_create(ipsec, tx, ipsec->roce); in tx_get()
1084 tx_destroy(ipsec, tx, ipsec->roce); in tx_put()
1583 struct mlx5e_ipsec *ipsec = sa_entry->ipsec; in rx_add_rule() local
1702 struct mlx5e_ipsec *ipsec = sa_entry->ipsec; in tx_add_rule() local
1795 struct mlx5e_ipsec *ipsec = pol_entry->ipsec; in tx_add_policy() local
2039 ipsec->rx_ipv6->fc = ipsec->rx_ipv4->fc; in ipsec_fs_init_counters()
[all …]
A Dipsec.c703 ipsec = priv->ipsec; in mlx5e_xfrm_add_state()
710 sa_entry->ipsec = ipsec; in mlx5e_xfrm_add_state()
801 struct mlx5e_ipsec *ipsec = sa_entry->ipsec; in mlx5e_xfrm_del_state() local
820 struct mlx5e_ipsec *ipsec = sa_entry->ipsec; in mlx5e_xfrm_free_state() local
892 ipsec = kzalloc(sizeof(*ipsec), GFP_KERNEL); in mlx5e_ipsec_init()
893 if (!ipsec) in mlx5e_ipsec_init()
924 priv->ipsec = ipsec; in mlx5e_ipsec_init()
937 kfree(ipsec); in mlx5e_ipsec_init()
944 struct mlx5e_ipsec *ipsec = priv->ipsec; in mlx5e_ipsec_cleanup() local
946 if (!ipsec) in mlx5e_ipsec_cleanup()
[all …]
A Dipsec_stats.c68 if (!priv->ipsec) in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS()
80 if (!priv->ipsec) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()
91 if (!priv->ipsec) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
94 mlx5e_accel_ipsec_fs_read_stats(priv, &priv->ipsec->hw_stats); in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
98 MLX5E_READ_CTR_ATOMIC64(&priv->ipsec->hw_stats, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
104 return priv->ipsec ? NUM_IPSEC_SW_COUNTERS : 0; in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS()
113 if (priv->ipsec) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()
122 if (priv->ipsec) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
126 &priv->ipsec->sw_stats, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
A Dipsec_rxtx.c273 atomic64_inc(&priv->ipsec->sw_stats.ipsec_tx_drop_bundle); in mlx5e_ipsec_handle_tx_skb()
279 atomic64_inc(&priv->ipsec->sw_stats.ipsec_tx_drop_no_state); in mlx5e_ipsec_handle_tx_skb()
286 atomic64_inc(&priv->ipsec->sw_stats.ipsec_tx_drop_not_ip); in mlx5e_ipsec_handle_tx_skb()
292 atomic64_inc(&priv->ipsec->sw_stats.ipsec_tx_drop_trailer); in mlx5e_ipsec_handle_tx_skb()
312 struct mlx5e_ipsec *ipsec = priv->ipsec; in mlx5e_ipsec_offload_handle_rx_skb() local
321 atomic64_inc(&ipsec->sw_stats.ipsec_rx_drop_sp_alloc); in mlx5e_ipsec_offload_handle_rx_skb()
326 sa_entry = xa_load(&ipsec->sadb, sa_handle); in mlx5e_ipsec_offload_handle_rx_skb()
329 atomic64_inc(&ipsec->sw_stats.ipsec_rx_drop_sadb_miss); in mlx5e_ipsec_offload_handle_rx_skb()
345 struct mlx5e_ipsec *ipsec = priv->ipsec; in mlx5_esw_ipsec_rx_make_metadata() local
349 if (!ipsec || !ipsec->is_uplink_rep) in mlx5_esw_ipsec_rx_make_metadata()
[all …]
A Dipsec_offload.c369 struct mlx5e_ipsec *ipsec = sa_entry->ipsec; in mlx5e_ipsec_handle_limits() local
370 struct mlx5e_ipsec_aso *aso = ipsec->aso; in mlx5e_ipsec_handle_limits()
456 aso = sa_entry->ipsec->aso; in mlx5e_ipsec_handle_event()
509 queue_work(ipsec->wq, &work->work); in mlx5e_ipsec_event()
515 struct mlx5_core_dev *mdev = ipsec->mdev; in mlx5e_ipsec_aso_init()
542 mlx5_notifier_register(mdev, &ipsec->nb); in mlx5e_ipsec_aso_init()
544 ipsec->aso = aso; in mlx5e_ipsec_aso_init()
557 struct mlx5_core_dev *mdev = ipsec->mdev; in mlx5e_ipsec_aso_cleanup()
561 aso = ipsec->aso; in mlx5e_ipsec_aso_cleanup()
569 ipsec->aso = NULL; in mlx5e_ipsec_aso_cleanup()
[all …]
A Den_accel.h120 struct mlx5e_accel_tx_ipsec_state ipsec; member
142 if (unlikely(!mlx5e_ipsec_handle_tx_skb(dev, skb, &state->ipsec))) in mlx5e_accel_tx_begin()
164 return mlx5e_ipsec_tx_ids_len(&state->ipsec); in mlx5e_accel_tx_ids_len()
204 state->ipsec.xo && state->ipsec.tailen) in mlx5e_accel_tx_finish()
205 mlx5e_ipsec_handle_tx_wqe(wqe, &state->ipsec, inlseg); in mlx5e_accel_tx_finish()
A Dipsec.h263 struct mlx5e_ipsec *ipsec; member
298 struct mlx5e_ipsec *ipsec; member
309 void mlx5e_accel_ipsec_fs_cleanup(struct mlx5e_ipsec *ipsec);
310 int mlx5e_accel_ipsec_fs_init(struct mlx5e_ipsec *ipsec, struct mlx5_devcom_comp_dev **devcom);
326 int mlx5e_ipsec_aso_init(struct mlx5e_ipsec *ipsec);
327 void mlx5e_ipsec_aso_cleanup(struct mlx5e_ipsec *ipsec);
343 return sa_entry->ipsec->mdev; in mlx5e_ipsec_sa2dev()
349 return pol_entry->ipsec->mdev; in mlx5e_ipsec_pol2dev()
/linux/drivers/net/ethernet/intel/ixgbevf/
A Dipsec.c103 struct ixgbevf_ipsec *ipsec = adapter->ipsec; in ixgbevf_ipsec_restore() local
272 ipsec = adapter->ipsec; in ixgbevf_ipsec_add_sa()
401 ipsec = adapter->ipsec; in ixgbevf_ipsec_del_sa()
468 struct ixgbevf_ipsec *ipsec = adapter->ipsec; in ixgbevf_ipsec_tx() local
563 struct ixgbevf_ipsec *ipsec = adapter->ipsec; in ixgbevf_ipsec_rx() local
638 ipsec = kzalloc(sizeof(*ipsec), GFP_KERNEL); in ixgbevf_init_ipsec_offload()
639 if (!ipsec) in ixgbevf_init_ipsec_offload()
656 adapter->ipsec = ipsec; in ixgbevf_init_ipsec_offload()
672 kfree(ipsec); in ixgbevf_init_ipsec_offload()
683 struct ixgbevf_ipsec *ipsec = adapter->ipsec; in ixgbevf_stop_ipsec_offload() local
[all …]
A DMakefile10 ixgbevf-$(CONFIG_IXGBEVF_IPSEC) += ipsec.o
/linux/drivers/net/netdevsim/
A Dipsec.c17 struct nsim_ipsec *ipsec = &ns->ipsec; in nsim_dbg_netdev_ops_read() local
34 ipsec->count, ipsec->tx); in nsim_dbg_netdev_ops_read()
140 ipsec = &ns->ipsec; in nsim_ipsec_add_sa()
195 ipsec->count++; in nsim_ipsec_add_sa()
203 struct nsim_ipsec *ipsec = &ns->ipsec; in nsim_ipsec_del_sa() local
214 ipsec->count--; in nsim_ipsec_del_sa()
220 struct nsim_ipsec *ipsec = &ns->ipsec; in nsim_ipsec_offload_ok() local
222 ipsec->ok++; in nsim_ipsec_offload_ok()
236 struct nsim_ipsec *ipsec = &ns->ipsec; in nsim_ipsec_tx() local
275 ipsec->tx++; in nsim_ipsec_tx()
[all …]
A DMakefile14 netdevsim-objs += ipsec.o
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ipsec.c305 struct ixgbe_ipsec *ipsec = adapter->ipsec; in ixgbe_ipsec_restore() local
567 struct ixgbe_ipsec *ipsec = adapter->ipsec; in ixgbe_ipsec_add_sa() local
761 struct ixgbe_ipsec *ipsec = adapter->ipsec; in ixgbe_ipsec_del_sa() local
853 struct ixgbe_ipsec *ipsec = adapter->ipsec; in ixgbe_ipsec_vf_clear() local
892 struct ixgbe_ipsec *ipsec = adapter->ipsec; in ixgbe_ipsec_vf_add_sa() local
1002 struct ixgbe_ipsec *ipsec = adapter->ipsec; in ixgbe_ipsec_vf_del_sa() local
1077 struct ixgbe_ipsec *ipsec = adapter->ipsec; in ixgbe_ipsec_tx() local
1170 struct ixgbe_ipsec *ipsec = adapter->ipsec; in ixgbe_ipsec_rx() local
1252 ipsec = kzalloc(sizeof(*ipsec), GFP_KERNEL); in ixgbe_init_ipsec_offload()
1275 adapter->ipsec = ipsec; in ixgbe_init_ipsec_offload()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dipsec_fs.c24 void mlx5_esw_ipsec_rx_create_attr_set(struct mlx5e_ipsec *ipsec, in mlx5_esw_ipsec_rx_create_attr_set() argument
34 int mlx5_esw_ipsec_rx_status_pass_dest_get(struct mlx5e_ipsec *ipsec, in mlx5_esw_ipsec_rx_status_pass_dest_get() argument
47 struct mlx5e_ipsec *ipsec = sa_entry->ipsec; in mlx5_esw_ipsec_rx_setup_modify_header() local
48 struct mlx5_core_dev *mdev = ipsec->mdev; in mlx5_esw_ipsec_rx_setup_modify_header()
53 err = xa_alloc_bh(&ipsec->ipsec_obj_id_map, &mapped_id, in mlx5_esw_ipsec_rx_setup_modify_header()
84 xa_erase_bh(&ipsec->ipsec_obj_id_map, mapped_id); in mlx5_esw_ipsec_rx_setup_modify_header()
90 struct mlx5e_ipsec *ipsec = sa_entry->ipsec; in mlx5_esw_ipsec_rx_id_mapping_remove() local
93 xa_erase_bh(&ipsec->ipsec_obj_id_map, in mlx5_esw_ipsec_rx_id_mapping_remove()
100 struct mlx5e_ipsec *ipsec = priv->ipsec; in mlx5_esw_ipsec_rx_ipsec_obj_id_search() local
103 val = xa_load(&ipsec->ipsec_obj_id_map, id); in mlx5_esw_ipsec_rx_ipsec_obj_id_search()
[all …]
A Dipsec_fs.h11 void mlx5_esw_ipsec_rx_create_attr_set(struct mlx5e_ipsec *ipsec,
13 int mlx5_esw_ipsec_rx_status_pass_dest_get(struct mlx5e_ipsec *ipsec,
20 void mlx5_esw_ipsec_tx_create_attr_set(struct mlx5e_ipsec *ipsec,
24 static inline void mlx5_esw_ipsec_rx_create_attr_set(struct mlx5e_ipsec *ipsec, in mlx5_esw_ipsec_rx_create_attr_set() argument
27 static inline int mlx5_esw_ipsec_rx_status_pass_dest_get(struct mlx5e_ipsec *ipsec, in mlx5_esw_ipsec_rx_status_pass_dest_get() argument
47 static inline void mlx5_esw_ipsec_tx_create_attr_set(struct mlx5e_ipsec *ipsec, in mlx5_esw_ipsec_tx_create_attr_set() argument
/linux/Documentation/devicetree/bindings/rng/
A Dbrcm,bcm2835.yaml29 const: ipsec
35 const: ipsec
78 clock-names = "ipsec";
81 reset-names = "ipsec";
/linux/drivers/net/ethernet/netronome/nfp/
A DMakefile83 nfp-$(CONFIG_NFP_NET_IPSEC) += crypto/ipsec.o nfd3/ipsec.o nfdk/ipsec.o
/linux/drivers/net/ethernet/netronome/nfp/nfdk/
A Ddp.c179 struct sk_buff *skb, bool *ipsec) in nfp_nfdk_prep_tx_meta() argument
190 *ipsec = nfp_net_ipsec_tx_prep(dp, skb, &offload_info); in nfp_nfdk_prep_tx_meta()
198 if (!(md_dst || vlan_insert || *ipsec)) in nfp_nfdk_prep_tx_meta()
204 (*ipsec ? NFP_NET_META_IPSEC_FIELD_SIZE : 0); in nfp_nfdk_prep_tx_meta()
226 if (*ipsec) { in nfp_nfdk_prep_tx_meta()
268 bool ipsec = false; in nfp_nfdk_tx() local
289 metadata = nfp_nfdk_prep_tx_meta(dp, nn->app, skb, &ipsec); in nfp_nfdk_tx()
387 if (ipsec) in nfp_nfdk_tx()
393 if (!ipsec) in nfp_nfdk_tx()
402 if (!ipsec) in nfp_nfdk_tx()
/linux/tools/testing/selftests/net/
A D.gitignore15 ipsec
A DMakefile69 TEST_GEN_FILES += ipsec
A Dxfrm_policy.sh402 ip netns exec ${ns[3]} iptables -p icmp -A FORWARD -m policy --dir out --pol ipsec
403 ip netns exec ${ns[4]} iptables -p icmp -A FORWARD -m policy --dir out --pol ipsec
/linux/arch/mips/boot/dts/brcm/
A Dbcm6368.dtsi231 clock-names = "ipsec";
234 reset-names = "ipsec";
/linux/drivers/net/ethernet/netronome/nfp/nfd3/
A Ddp.c175 u64 tls_handle, bool *ipsec) in nfp_nfd3_prep_tx_meta() argument
186 *ipsec = nfp_net_ipsec_tx_prep(dp, skb, &offload_info); in nfp_nfd3_prep_tx_meta()
194 if (!(md_dst || tls_handle || vlan_insert || *ipsec)) in nfp_nfd3_prep_tx_meta()
201 (*ipsec ? NFP_NET_META_IPSEC_FIELD_SIZE : 0); in nfp_nfd3_prep_tx_meta()
231 if (*ipsec) { in nfp_nfd3_prep_tx_meta()
269 bool ipsec = false; in nfp_nfd3_tx() local
297 md_bytes = nfp_nfd3_prep_tx_meta(dp, skb, tls_handle, &ipsec); in nfp_nfd3_tx()
330 if (ipsec) in nfp_nfd3_tx()
/linux/drivers/net/bonding/
A Dbond_main.c467 struct bond_ipsec *ipsec; in bond_ipsec_add_sa() local
494 ipsec = kmalloc(sizeof(*ipsec), GFP_KERNEL); in bond_ipsec_add_sa()
495 if (!ipsec) { in bond_ipsec_add_sa()
503 ipsec->xs = xs; in bond_ipsec_add_sa()
509 kfree(ipsec); in bond_ipsec_add_sa()
520 struct bond_ipsec *ipsec; in bond_ipsec_add_sa_all() local
563 struct bond_ipsec *ipsec; in bond_ipsec_del_sa() local
597 if (ipsec->xs == xs) { in bond_ipsec_del_sa()
598 list_del(&ipsec->list); in bond_ipsec_del_sa()
599 kfree(ipsec); in bond_ipsec_del_sa()
[all …]
/linux/Documentation/networking/
A Dindex.rst66 ipsec
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A DMakefile72 esw/devlink_port.o esw/vporttbl.o esw/qos.o esw/ipsec.o
104 mlx5_core-$(CONFIG_MLX5_EN_IPSEC) += en_accel/ipsec.o en_accel/ipsec_rxtx.o \

Completed in 665 milliseconds

12