Lines Matching defs:offp
564 tcp6_input_with_port(struct mbuf **mp, int *offp, int proto, uint16_t port)
571 if (m->m_len < *offp + sizeof(struct tcphdr)) {
572 m = m_pullup(m, *offp + sizeof(struct tcphdr));
594 return (tcp_input_with_port(mp, offp, proto, port));
598 tcp6_input(struct mbuf **mp, int *offp, int proto)
601 return(tcp6_input_with_port(mp, offp, proto, 0));
606 tcp_input_with_port(struct mbuf **mp, int *offp, int proto, uint16_t port)
643 off0 = *offp;
1500 tcp_input(struct mbuf **mp, int *offp, int proto)
1502 return(tcp_input_with_port(mp, offp, proto, 0));