Home
last modified time | relevance | path

Searched refs:xf_output (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/netipsec/
H A Dxform.h82 int (*xf_output)(struct mbuf *, const struct ipsecrequest *, member
H A Dxform_tcp.c145 .xf_output = tcpsignature_output,
H A Dipsec_output.c627 error = (*sav->tdb_xform->xf_output)(m, isr, sav, i, off, 0); in ipsec4_process_packet()
814 error = (*sav->tdb_xform->xf_output)(m, isr, sav, i, off, flags); in ipsec6_process_packet()
H A Dxform_ipip.c587 .xf_output = ipe4_output,
H A Dxform_ipcomp.c639 .xf_output = ipcomp_output,
H A Dxform_esp.c1023 .xf_output = esp_output,
H A Dxform_ah.c1219 .xf_output = ah_output,