Lines Matching defs:nxt
79 struct tcp_seq_hash *nxt;
93 struct tcp_seq_hash6 *nxt;
277 th->nxt; th = th->nxt)
282 if (!th->nxt || (flags & TH_SYN)) {
284 if (th->nxt == NULL) {
285 th->nxt = (struct tcp_seq_hash6 *)
287 if (th->nxt == NULL)
333 th->nxt; th = th->nxt)
338 if (!th->nxt || (flags & TH_SYN)) {
340 if (th->nxt == NULL) {
341 th->nxt = (struct tcp_seq_hash *)
343 if (th->nxt == NULL)
799 u_int8_t nxt;
833 nxt = 0;
834 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));
835 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));
836 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));
837 nxt = IPPROTO_TCP;
838 MD5_Update(&ctx, (char *)&nxt, sizeof(nxt));