Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dxform.h93 int (*xf_input)(struct mbuf*, struct secasvar*, /* input */ member
H A Dudpencap.c208 (*sav->tdb_xform->xf_input)(m, sav, hlen, off); in udp_ipsec_input()
H A Dipsec_input.c224 error = (*sav->tdb_xform->xf_input)(m, sav, skip, protoff); in ipsec_common_input()
H A Dxform_ipcomp.c742 .xf_input = ipcomp_input,
H A Dxform_ah.c1157 .xf_input = ah_input,
H A Dxform_esp.c1055 .xf_input = esp_input,