tcp_input_solocked
int tcp_input_solocked(struct mbuf **, int *, int, int, struct socket **);
return tcp_input_solocked(mp, offp, proto, af, NULL);
nxt = tcp_input_solocked(&m, &off, IPPROTO_TCP, af, &so);