Searched defs:protoff (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/netipsec/ |
H A D | xform_ipcomp.c | 198 ipcomp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipcomp_input() argument 293 int skip, protoff; in ipcomp_input_cb() local 400 u_int idx, int skip, int protoff) in ipcomp_output() argument 540 int error, skip, protoff; ipcomp_output_cb() local [all...] |
H A D | ipsec_input.c | 119 ipsec_common_input(struct mbuf * m,int skip,int protoff,int af,int sproto) ipsec_common_input() argument 336 ipsec4_common_input_cb(struct mbuf * m,struct secasvar * sav,int skip,int protoff) ipsec4_common_input_cb() argument 582 ipsec6_common_input_cb(struct mbuf * m,struct secasvar * sav,int skip,int protoff) ipsec6_common_input_cb() argument
|
H A D | xform_esp.c | 269 esp_input(struct mbuf * m,struct secasvar * sav,int skip,int protoff) esp_input() argument 503 int hlen, skip, protoff, error, alen; esp_input_cb() local 695 esp_output(struct mbuf * m,struct secpolicy * sp,struct secasvar * sav,u_int idx,int skip,int protoff) esp_output() argument [all...] |
H A D | xform_ah.c | 535 ah_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ah_input() argument 701 int authsize, rplen, ahsize, error, skip, protoff; in ah_input_cb() local 843 u_int idx, int skip, int protoff) in ah_output() argument [all...] |
H A D | xform.h | 75 int protoff; /* current protocol offset */ member
|