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

  /src/sys/netinet6/
ip6protosw.h 135 void (*pr_fasttimo) /* fast timeout (200ms) */ member in struct:ip6protosw
in6_proto.c 270 .pr_fasttimo = frag6_fasttimo,
303 .pr_fasttimo = tcp_fasttimo,
  /src/sys/netinet/
in_proto.c 262 .pr_fasttimo = ip_fasttimo,
295 .pr_fasttimo = tcp_fasttimo,
442 .pr_fasttimo = igmp_fasttimo,
if_arp.c 246 .pr_fasttimo = arp_fasttimo,
  /src/sys/kern/
uipc_domain.c 774 if (pr->pr_fasttimo)
775 (*pr->pr_fasttimo)();
  /src/sys/sys/
protosw.h 44 * Thereafter it is called every 200ms through the pr_fasttimo entry and
92 void (*pr_fasttimo) /* fast timeout (200ms) */ member in struct:protosw

Completed in 14 milliseconds