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

  /src/sys/netinet/
tcp_subr.c 605 struct tcphdr *th0, tcp_seq ack, tcp_seq seq, int flags)
683 KASSERT(th0 != NULL);
706 if ((flags & TH_SYN) == 0 || sizeof(*th0) > (th0->th_off << 2))
707 tlen = sizeof(*th0);
709 tlen = th0->th_off << 2;
712 mtod(m, char *) + hlen == (char *)th0) {
738 m_copyback(n, hlen, tlen, (void *)th0);
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 18 milliseconds