Home
last modified time | relevance | path

Searched refs:newesp (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netipsec/
Dxform_esp.c115 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()
Desp.h52 struct newesp { struct
Dipsec_output.c829 max(sizeof(struct newesp) + EALG_MAX_BLOCK_LEN, /* ESP + IV */ \
/freebsd-12-stable/contrib/tcpdump/
Dprint-esp.c89 struct newesp { struct
673 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()