Searched refs:newesp (Results 1 – 4 of 4) sorted by relevance
115 size = sizeof (struct newesp); in esp_hdrsiz()129 size = sizeof (struct newesp) + EALG_MAX_BLOCK_LEN + 9 + 16; in esp_hdrsiz()299 struct newesp *esp; in esp_input()325 esp = (struct newesp *)(mtod(m, caddr_t) + skip); in esp_input()334 hlen = sizeof (struct newesp) + sav->ivlen; in esp_input()566 m_copydata(m, skip + offsetof(struct newesp, esp_seq), in esp_input_cb()584 hlen = sizeof (struct newesp) + sav->ivlen; in esp_input_cb()697 hlen = sizeof (struct newesp) + sav->ivlen; in esp_output()
52 struct newesp { struct
829 max(sizeof(struct newesp) + EALG_MAX_BLOCK_LEN, /* ESP + IV */ \
89 struct newesp { struct673 register const struct newesp *esp; in esp_print()690 esp = (const struct newesp *)bp; in esp_print()848 advance = sizeof(struct newesp); in esp_print()850 advance = sizeof(struct newesp); in esp_print()