Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Desp.h52 struct newesp { struct
H A Dxform_esp.c120 size = sizeof (struct newesp); in esp_hdrsiz()
134 size = sizeof (struct newesp) + EALG_MAX_BLOCK_LEN + 9 + 16; in esp_hdrsiz()
267 struct newesp *esp; in esp_input()
295 esp = (struct newesp *)(mtod(m, caddr_t) + skip); in esp_input()
304 hlen = sizeof (struct newesp) + sav->ivlen; in esp_input()
567 m_copydata(m, skip + offsetof(struct newesp, esp_seq), in esp_input_cb()
585 hlen = sizeof (struct newesp) + sav->ivlen; in esp_input_cb()
701 hlen = sizeof (struct newesp) + sav->ivlen; in esp_output()
H A Dipsec_output.c861 max(sizeof(struct newesp) + EALG_MAX_BLOCK_LEN, /* ESP + IV */ \