Lines Matching refs:esp
176 hdrsiz = sizeof(struct esp) + ivlen + maxpad; in esp_hdrsiz()
244 struct esp *esp; in esp_output() local
363 esplen = sizeof(struct esp); in esp_output()
367 esplen = sizeof(struct esp); in esp_output()
529 esp = (struct esp *)(void *)((caddr_t)udp + sizeof(struct udphdr)); in esp_output()
531 esp = mtod(n, struct esp *); in esp_output()
537 esp = mtod(md, struct esp *); in esp_output()
540 esp = (struct esp *)(void *)((caddr_t)udp + sizeof(struct udphdr)); in esp_output()
542 esp = mtod(md, struct esp *); in esp_output()
566 esp->esp_spi = spi; in esp_output()
569 nesp = (struct newesp *)esp; in esp_output()