Searched refs:pr_fasttimo (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/netinet6/
H A Dip6protosw.h135 void (*pr_fasttimo) /* fast timeout (200ms) */ member in struct:ip6protosw
H A Din6_proto.c243 .pr_fasttimo = icmp6_fasttimo,
/freebsd-9.3-release/sys/netipx/
H A Dipx_proto.c111 .pr_fasttimo = spx_fasttimo,
/freebsd-9.3-release/sys/kern/
H A Duipc_domain.c446 dpr->pr_fasttimo = NULL;
513 if (pr->pr_fasttimo)
514 (*pr->pr_fasttimo)();
H A Duipc_debug.c335 db_printf("pr_fasttimo: %p ", pr->pr_fasttimo);
/freebsd-9.3-release/sys/sys/
H A Dprotosw.h51 * Thereafter it is called every 200ms through the pr_fasttimo entry and
91 pr_fasttimo_t *pr_fasttimo; /* fast timeout (200ms) */ member in struct:protosw
/freebsd-9.3-release/sys/netinet/
H A Din_proto.c212 .pr_fasttimo = igmp_fasttimo,

Completed in 66 milliseconds