Home
last modified time | relevance | path

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

/third_party/libnl/lib/xfrm/
Dae.c414 NLA_PUT (msg, XFRMA_REPLAY_ESN_VAL, len, tmpl->replay_state_esn); in build_xfrm_ae_message()
476 [XFRMA_REPLAY_ESN_VAL] = { .minlen = sizeof(struct xfrm_replay_state_esn) },
536 if (tb[XFRMA_REPLAY_ESN_VAL]) { in xfrmnl_ae_parse()
537 struct xfrm_replay_state_esn* esn = nla_data (tb[XFRMA_REPLAY_ESN_VAL]); in xfrmnl_ae_parse()
Dsa.c648 [XFRMA_REPLAY_ESN_VAL] = { .minlen = sizeof(struct xfrm_replay_state_esn) },
895 if (tb[XFRMA_REPLAY_ESN_VAL]) { in xfrmnl_sa_parse()
896 struct xfrm_replay_state_esn* esn = nla_data (tb[XFRMA_REPLAY_ESN_VAL]); in xfrmnl_sa_parse()
1260 NLA_PUT (msg, XFRMA_REPLAY_ESN_VAL, len, tmpl->replay_state_esn); in build_xfrm_sa_message()
/third_party/libnl/include/linux-private/linux/
Dxfrm.h302 XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_state_esn */ enumerator