Searched refs:bmp_len (Results 1 – 4 of 4) sorted by relevance
/third_party/libnl/lib/xfrm/ |
D | ae.c | 177 …n = sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * src->replay_state_esn->bmp_len); in xfrm_ae_clone() 217 if (a->replay_state_esn->bmp_len != b->replay_state_esn->bmp_len) in xfrm_ae_compare() 221 …len = sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * a->replay_state_esn->bmp_len); in xfrm_ae_compare() 413 …en = sizeof (struct xfrm_replay_state_esn) + (sizeof (uint32_t) * tmpl->replay_state_esn->bmp_len); in build_xfrm_ae_message() 538 uint32_t len = sizeof (struct xfrmnl_replay_state_esn) + (sizeof (uint32_t) * esn->bmp_len); in xfrmnl_ae_parse() 549 ae->replay_state_esn->bmp_len = esn->bmp_len; in xfrmnl_ae_parse() 550 memcpy (ae->replay_state_esn->bmp, esn->bmp, sizeof (uint32_t) * esn->bmp_len); in xfrmnl_ae_parse() 919 … unsigned int* seq_hi, unsigned int* replay_window, unsigned int* bmp_len, unsigned int* bmp) in xfrmnl_ae_get_replay_state_esn() argument 930 *bmp_len = ae->replay_state_esn->bmp_len; // In number of 32 bit words in xfrmnl_ae_get_replay_state_esn() 931 memcpy (bmp, ae->replay_state_esn->bmp, ae->replay_state_esn->bmp_len * sizeof (uint32_t)); in xfrmnl_ae_get_replay_state_esn() [all …]
|
D | sa.c | 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() [all …]
|
/third_party/libnl/include/linux-private/linux/ |
D | xfrm.h | 93 unsigned int bmp_len; member
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 1161 uint32_t bmp_len; member
|