Lines Matching defs:nxt
77 struct tcp_seq_hash *nxt;
90 struct tcp_seq_hash6 *nxt;
287 th->nxt; th = th->nxt)
292 if (!th->nxt || (flags & TH_SYN)) {
296 if (th->nxt == NULL) {
297 th->nxt = (struct tcp_seq_hash6 *)
299 if (th->nxt == NULL)
345 th->nxt; th = th->nxt)
350 if (!th->nxt || (flags & TH_SYN)) {
354 if (th->nxt == NULL) {
355 th->nxt = (struct tcp_seq_hash *)
357 if (th->nxt == NULL)
910 uint8_t nxt;
942 nxt = 0;
943 MD5_Update(&ctx, (const char *)&nxt, sizeof(nxt));
944 MD5_Update(&ctx, (const char *)&nxt, sizeof(nxt));
945 MD5_Update(&ctx, (const char *)&nxt, sizeof(nxt));
946 nxt = IPPROTO_TCP;
947 MD5_Update(&ctx, (const char *)&nxt, sizeof(nxt));