Searched refs:replay_maxage (Results 1 – 3 of 3) sorted by relevance
/third_party/libnl/lib/xfrm/ |
D | ae.c | 202 diff |= XFRM_AE_DIFF(REPLAY_MAXAGE, a->replay_maxage != b->replay_maxage); in xfrm_ae_compare() 253 __ADD(XFRM_AE_ATTR_REPLAY_MAXAGE, replay_maxage), 337 nl_dump_line(p, "\t\tmax age %u max diff %u \n", ae->replay_maxage, ae->replay_maxdiff); in xfrm_ae_dump_line() 406 NLA_PUT_U32 (msg, XFRMA_ETIMER_THRESH, tmpl->replay_maxage); in build_xfrm_ae_message() 527 ae->replay_maxage = *(uint32_t*)nla_data(tb[XFRM_AE_ETHR]); in xfrmnl_ae_parse() 858 return ae->replay_maxage; in xfrmnl_ae_get_replay_maxage() 863 int xfrmnl_ae_set_replay_maxage (struct xfrmnl_ae* ae, unsigned int replay_maxage) in xfrmnl_ae_set_replay_maxage() argument 865 ae->replay_maxage = replay_maxage; in xfrmnl_ae_set_replay_maxage()
|
D | sa.c | 265 diff |= XFRM_SA_DIFF(REPLAY_MAXAGE,a->replay_maxage != b->replay_maxage); in xfrm_sa_compare() 332 __ADD(XFRM_SA_ATTR_REPLAY_MAXAGE, replay_maxage), 514 nl_dump_line(p, "\t\tmax age %u max diff %u \n", sa->replay_maxage, sa->replay_maxdiff); in xfrm_sa_dump_line() 886 sa->replay_maxage = *(uint32_t*)nla_data(tb[XFRMA_ETIMER_THRESH]); in xfrmnl_sa_parse() 1250 NLA_PUT_U32 (msg, XFRMA_ETIMER_THRESH, tmpl->replay_maxage); in build_xfrm_sa_message() 2049 return sa->replay_maxage; in xfrmnl_sa_get_replay_maxage() 2054 int xfrmnl_sa_set_replay_maxage (struct xfrmnl_sa* sa, unsigned int replay_maxage) in xfrmnl_sa_set_replay_maxage() argument 2056 sa->replay_maxage = replay_maxage; in xfrmnl_sa_set_replay_maxage()
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 1193 uint32_t replay_maxage; member 1264 uint32_t replay_maxage; member
|