Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dxform_esp.c121 size = sizeof (struct newesp); in esp_hdrsiz()
135 size = sizeof (struct newesp) + EALG_MAX_BLOCK_LEN + 9 + 16; in esp_hdrsiz()
275 struct newesp *esp; in esp_input()
305 esp = (struct newesp *)(mtod(m, caddr_t) + skip); in esp_input()
314 hlen = sizeof (struct newesp) + sav->ivlen; in esp_input()
587 m_copydata(m, skip + offsetof(struct newesp, esp_seq), in esp_input_cb()
605 hlen = sizeof (struct newesp) + sav->ivlen; in esp_input_cb()
723 hlen = sizeof (struct newesp) + sav->ivlen; in esp_output()
H A Desp.h51 struct newesp { struct
H A Dipsec_output.c1060 max(sizeof(struct newesp) + EALG_MAX_BLOCK_LEN, /* ESP + IV */ \
H A Dipsec_offload.c837 sizeof(struct newesp)) + sav->ivlen; in ipsec_accel_output_pad()
/freebsd/contrib/tcpdump/
H A Dprint-esp.c83 struct newesp { struct
738 const struct newesp *esp; in esp_print()
754 esp = (const struct newesp *)bp; in esp_print()