Home
last modified time | relevance | path

Searched refs:mlx5e_ipsec_priv_bothdir (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec.c74 mlx5e_ipsec_other_sa_entry(struct mlx5e_ipsec_priv_bothdir *pb, in mlx5e_ipsec_other_sa_entry()
111 struct mlx5e_ipsec_priv_bothdir *pb) in mlx5e_ipsec_create_dwork()
328 struct mlx5e_ipsec_sa_entry **privp, struct mlx5e_ipsec_priv_bothdir *pb, in mlx5e_if_sa_newkey_onedir()
433 struct mlx5e_ipsec_priv_bothdir *pb; in mlx5e_if_sa_newkey()
440 pb = malloc(sizeof(struct mlx5e_ipsec_priv_bothdir), M_DEVBUF, in mlx5e_if_sa_newkey()
480 struct mlx5e_ipsec_priv_bothdir pb, *pbp; in mlx5e_if_sa_deinstall()
487 pb = *(struct mlx5e_ipsec_priv_bothdir *)priv; in mlx5e_if_sa_deinstall()
516 struct mlx5e_ipsec_priv_bothdir *pb; in mlx5e_if_sa_cnt()
H A Dipsec.h58 struct mlx5e_ipsec_priv_bothdir { struct
72 struct mlx5e_ipsec_priv_bothdir *pb; argument