Lines Matching defs:lpktp
2846 int opt, optlen, acc, mss, maxmss, lpktp;
2852 lpktp = sizeof(struct ip) + sizeof(struct tcphdr) + PIPEX_TCP_OPTLEN;
2853 lpktp = MIN(lpktp, m0->m_pkthdr.len);
2855 PIPEX_PULLUP(m0, lpktp);
2869 lpktp -= pip->ip_hl << 2;
2872 if (sizeof(struct tcphdr) > lpktp)
2883 lpktp = MIN(th->th_off << 4, lpktp);
2886 lpktp -= sizeof(struct tcphdr);
2887 while (lpktp >= TCPOLEN_MAXSEG) {
2909 lpktp--;
2916 lpktp -= optlen;