Lines Matching refs:bmp_len
206 …len = sizeof (struct xfrmnl_replay_state_esn) + (src->replay_state_esn->bmp_len * sizeof (uint32_t… in xfrm_sa_clone()
281 if (a->replay_state_esn->bmp_len != b->replay_state_esn->bmp_len) in xfrm_sa_compare()
286 (a->replay_state_esn->bmp_len * sizeof (uint32_t)); in xfrm_sa_compare()
897 len = sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * esn->bmp_len); in xfrmnl_sa_parse()
1259 … = sizeof (struct xfrm_replay_state_esn) + (sizeof (uint32_t) * tmpl->replay_state_esn->bmp_len); in build_xfrm_sa_message()
2110 … unsigned int* seq_hi, unsigned int* replay_window, unsigned int* bmp_len, unsigned int* bmp) in xfrmnl_sa_get_replay_state_esn() argument
2121 *bmp_len = sa->replay_state_esn->bmp_len; // In number of 32 bit words in xfrmnl_sa_get_replay_state_esn()
2122 memcpy (bmp, sa->replay_state_esn->bmp, sa->replay_state_esn->bmp_len * sizeof (uint32_t)); in xfrmnl_sa_get_replay_state_esn()
2137 unsigned int bmp_len, unsigned int* bmp) in xfrmnl_sa_set_replay_state_esn() argument
2141 if (!(b = calloc (1, sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * bmp_len)))) in xfrmnl_sa_set_replay_state_esn()
2149 b->bmp_len = bmp_len; // In number of 32 bit words in xfrmnl_sa_set_replay_state_esn()
2150 memcpy (b->bmp, bmp, bmp_len * sizeof (uint32_t)); in xfrmnl_sa_set_replay_state_esn()