HomeSort by: relevance | last modified time | path
    Searched refs:xf_input (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netipsec/
xform.h 81 int (*xf_input)(struct mbuf *, struct secasvar *, int, int); member in struct:xformsw
xform_tcp.c 144 .xf_input = tcpsignature_input,
xform_ipip.c 586 .xf_input = ipe4_input,
xform_ipcomp.c 638 .xf_input = ipcomp_input,
ipsec_input.c 343 error = (*sav->tdb_xform->xf_input)(m, sav, skip, protoff);
xform_ah.c 1218 .xf_input = ah_input,
xform_esp.c 1022 .xf_input = esp_input,

Completed in 16 milliseconds