tdb_rpl          1622 net/if_pfsync.c 		if (pt->rpl < tdb->tdb_rpl ||
tdb_rpl          1628 net/if_pfsync.c 		tdb->tdb_rpl = pt->rpl;
tdb_rpl          1742 net/if_pfsync.c 	pt->rpl = htonl(tdb->tdb_rpl + (output ? RPL_INCR : 0));
tdb_rpl           153 netinet/ip_ah.c 	tdbp->tdb_rpl = AH_HMAC_INITIAL_RPL;
tdb_rpl           569 netinet/ip_ah.c 		switch (checkreplaywindow32(btsx, 0, &(tdb->tdb_rpl),
tdb_rpl           853 netinet/ip_ah.c 		switch (checkreplaywindow32(btsx, 0, &(tdb->tdb_rpl),
tdb_rpl          1020 netinet/ip_ah.c 	if ((tdb->tdb_rpl == 0) && (tdb->tdb_wnd > 0) &&
tdb_rpl          1149 netinet/ip_ah.c 		ah->ah_rpl = htonl(tdb->tdb_rpl++);
tdb_rpl           215 netinet/ip_esp.c 	tdbp->tdb_rpl = AH_HMAC_INITIAL_RPL;
tdb_rpl           339 netinet/ip_esp.c 		switch (checkreplaywindow32(btsx, 0, &(tdb->tdb_rpl),
tdb_rpl           587 netinet/ip_esp.c 		switch (checkreplaywindow32(btsx, 0, &(tdb->tdb_rpl),
tdb_rpl           886 netinet/ip_esp.c 		u_int32_t replay = htonl(tdb->tdb_rpl++);
tdb_rpl           353 netinet/ip_ipsp.h 	u_int32_t	tdb_rpl;	/* Replay counter */