Home | History | Annotate | Download | only in netipsec

Lines Matching defs:esptail

157 		    sizeof(struct esptail);
171 sizeof(struct esptail) + ah_authsiz(NULL);
691 struct esptail *esptail;
717 padlen = ((blks - ((rlen + sizeof(struct esptail)) % blks)) % blks);
720 tlen = padlen + sizeof(struct esptail) + alen;
830 esptail = (struct esptail *)&tail[padlen];
831 esptail->esp_padlen = padlen;
832 m_copydata(m, protoff, sizeof(uint8_t), &esptail->esp_nxt);