Home
last modified time | relevance | path

Searched refs:xf_input (Results 1 – 6 of 6) sorted by relevance

/src/sys/netipsec/
H A Dxform.h92 int (*xf_input)(struct mbuf*, struct secasvar*, /* input */ member
H A Dudpencap.c238 (*sav->tdb_xform->xf_input)(m, sav, hlen, off); in udp_ipsec_input()
H A Dipsec_input.c227 error = (*sav->tdb_xform->xf_input)(m, sav, skip, protoff); in ipsec_common_input()
H A Dxform_ipcomp.c760 .xf_input = ipcomp_input,
H A Dxform_ah.c1185 .xf_input = ah_input,
H A Dxform_esp.c1086 .xf_input = esp_input,