Home
last modified time | relevance | path

Searched defs:protoff (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/netipsec/
H A Dipsec_input.c118 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) in ipsec_common_input()
278 int protoff) in ipsec4_common_input_cb()
489 int protoff) in ipsec6_common_input_cb()
H A Dxform_ipcomp.c191 ipcomp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipcomp_input()
284 int skip, protoff; in ipcomp_input_cb() local
391 u_int idx, int skip, int protoff) in ipcomp_output()
535 int error, skip, protoff; in ipcomp_output_cb() local
H A Dxform_esp.c286 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in esp_input()
474 int hlen, skip, protoff, error, alen; in esp_input_cb() local
650 u_int idx, int skip, int protoff) in esp_output()
H A Dxform_ah.c559 ah_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ah_input()
723 int authsize, rplen, ahsize, error, skip, protoff; in ah_input_cb() local
863 u_int idx, int skip, int protoff) in ah_output()
H A Dxform.h76 int protoff; /* current protocol offset */ member