Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dip_ipsp.c153 .xf_output = NULL,
163 .xf_output = ah_output,
173 .xf_output = esp_output,
183 .xf_output = ipcomp_output,
195 .xf_output = tcp_signature_tdb_output,
H A Dipsec_output.c383 return (*(tdb->tdb_xform->xf_output))(m, tdb, hlen, off); in ipsp_process_packet()
H A Dip_ipsp.h537 int (*xf_output)(struct mbuf *, struct tdb *, int, int); member