HomeSort by: relevance | last modified time | path
    Searched defs:th0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_input.c 3023 struct tcphdr th0; local in function:tcp_signature
3062 th0 = *th;
3063 th0.th_sum = 0;
3064 MD5Update(&ctx, (char *)&th0, sizeof(th0));
  /src/sys/kern/
kern_tc.c 118 static struct timehands th0; variable in typeref:struct:timehands
119 static struct timehands th9 = { .th_next = &th0, };
128 static struct timehands th0 = { variable in typeref:struct:timehands
136 static struct timehands *volatile timehands = &th0;

Completed in 15 milliseconds