Searched defs:protoff (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/netipsec/ |
H A D | xform_ipcomp.c | 139 ipcomp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipcomp_input() 225 #define IPSEC_COMMON_INPUT_CB(m, sav, skip, protoff) do { \ argument 233 #define IPSEC_COMMON_INPUT_CB(m, sav, skip, protoff) \ argument 245 int skip, protoff; in ipcomp_input_cb() local 356 struct secasvar *sav, int skip, int protoff, int flags) in ipcomp_output()
|
H A D | xform_tcp.c | 126 int protoff) in tcpsignature_input() 133 struct secasvar *sav, int skip, int protoff, int flags) in tcpsignature_output()
|
H A D | ipsec_input.c | 215 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) in ipsec_common_input() 367 int skip, int protoff) in ipsec4_common_input_cb() 454 int protoff, nxt; in ipsec6_common_input() local 508 int protoff) in ipsec6_common_input_cb()
|
H A D | xform_esp.c | 301 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in esp_input() 493 #define IPSEC_COMMON_INPUT_CB(m, sav, skip, protoff) do { \ argument 501 #define IPSEC_COMMON_INPUT_CB(m, sav, skip, protoff) \ argument 513 int hlen, skip, protoff; in esp_input_cb() local 679 int skip, int protoff, int flags) in esp_output()
|
H A D | xform_ah.c | 525 ah_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ah_input() 712 #define IPSEC_COMMON_INPUT_CB(m, sav, skip, protoff) do { \ argument 720 #define IPSEC_COMMON_INPUT_CB(m, sav, skip, protoff) \ argument 731 int rplen, ahsize, skip, protoff; in ah_input_cb() local 882 int skip, int protoff, int flags) in ah_output()
|
H A D | xform_ipip.c | 565 ipe4_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipe4_input() 575 struct secasvar *sav, int skip, int protoff, int flags) in ipe4_output()
|