Home
last modified time | relevance | path

Searched refs:XFRMA_REPLAY_VAL (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/lib/xfrm/
Dae.c417 NLA_PUT (msg, XFRMA_REPLAY_VAL, sizeof (struct xfrmnl_replay_state), &tmpl->replay_state); in build_xfrm_ae_message()
471 [XFRMA_REPLAY_VAL] = { .minlen = sizeof(struct xfrm_replay_state) },
555 struct xfrm_replay_state* replay_state = nla_data (tb[XFRMA_REPLAY_VAL]); in xfrmnl_ae_parse()
Dsa.c641 [XFRMA_REPLAY_VAL] = { .minlen = sizeof(struct xfrm_replay_state) },
906 else if (tb[XFRMA_REPLAY_VAL]) in xfrmnl_sa_parse()
908 struct xfrm_replay_state* replay_state = nla_data (tb[XFRMA_REPLAY_VAL]); in xfrmnl_sa_parse()
1263 NLA_PUT (msg, XFRMA_REPLAY_VAL, sizeof (struct xfrm_replay_state), &tmpl->replay_state); in build_xfrm_sa_message()
/third_party/libnl/include/linux-private/linux/
Dxfrm.h289 XFRMA_REPLAY_VAL, enumerator