Lines Matching defs:protoff
268 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff)
425 xd->protoff = protoff;
502 int hlen, skip, protoff, error, alen;
518 protoff = xd->protoff;
656 m_copyback(m, protoff, sizeof (u_int8_t), lastthree + 2);
661 error = ipsec6_common_input_cb(m, sav, skip, protoff);
666 error = ipsec4_common_input_cb(m, sav, skip, protoff);
694 u_int idx, int skip, int protoff)
863 m_copydata(m, protoff, sizeof(u_int8_t), pad + padding - 1);
867 m_copyback(m, protoff, sizeof(u_int8_t), (u_char *) &prot);