Searched defs:protoff (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_input.c | 117 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) in ipsec_common_input() 277 int protoff) in ipsec4_common_input_cb() 491 int protoff) in ipsec6_common_input_cb()
|
| H A D | xform_ipcomp.c | 196 ipcomp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipcomp_input() 289 int skip, protoff; in ipcomp_input_cb() local 396 u_int idx, int skip, int protoff) in ipcomp_output() 534 int error, skip, protoff; in ipcomp_output_cb() local
|
| H A D | xform_esp.c | 260 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in esp_input() 491 int hlen, skip, protoff, error, alen; in esp_input_cb() local 674 u_int idx, int skip, int protoff) in esp_output()
|
| H A D | xform_ah.c | 532 ah_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ah_input() 695 int authsize, rplen, ahsize, error, skip, protoff; in ah_input_cb() local 835 u_int idx, int skip, int protoff) in ah_output()
|
| H A D | xform.h | 76 int protoff; /* current protocol offset */ member
|