Searched refs:xf_output (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/netinet/ |
H A D | ip_ipsp.c | 153 .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 D | ipsec_output.c | 384 return (*(tdb->tdb_xform->xf_output))(m, tdb, hlen, off); in ipsp_process_packet()
|
H A D | ip_ipsp.h | 537 int (*xf_output)(struct mbuf *, struct tdb *, int, int); member
|