Searched refs:cnt0 (Results 1 – 1 of 1) sorted by relevance
278 static void tcp_dooptions(struct tcpcb *, u_char *cp0 __counted_by(cnt0), int cnt0, struct tcphdr *,6192 tcp_dooptions(struct tcpcb *tp, u_char *cp0 __counted_by(cnt0), int cnt0, struct tcphdr *th, in tcp_dooptions() argument6198 u_char * const cpend = cp0 + cnt0; in tcp_dooptions()6199 int cnt = cnt0; in tcp_dooptions()