| Home | Sort by: relevance | last modified time | path |
| /src/sys/netinet/ | |
| tcp_input.c | 3023 struct tcphdr th0; local 3062 th0 = *th; 3063 th0.th_sum = 0; 3064 MD5Update(&ctx, (char *)&th0, sizeof(th0)); |
| /src/sys/kern/ | |
| kern_tc.c | 119 static struct timehands th0; variable in typeref:struct:timehands 120 static struct timehands th9 = { .th_next = &th0, }; 129 static struct timehands th0 = { variable in typeref:struct:timehands 137 static struct timehands *volatile timehands = &th0; |