esp_hdr
if (len < sizeof(struct esp_hdr) + espauthlen + 2 * blocksz) {
data += sizeof(struct esp_hdr);
len -= sizeof(struct esp_hdr);
const struct esp_hdr *esp;
if (len < sizeof(struct esp_hdr)) {
esp = (const struct esp_hdr *)bp;