Searched refs:SI_SUB_MBUF (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_sfbuf.c | 58 SYSINIT(sock_sf, SI_SUB_MBUF, SI_ORDER_ANY, sf_buf_init, NULL);
|
H A D | kern_sendfile.c | 149 SYSINIT(sfstat, SI_SUB_MBUF, SI_ORDER_FIRST, sfstat_init, NULL);
|
H A D | kern_mbuf.c | 400 SYSINIT(mbuf, SI_SUB_MBUF, SI_ORDER_FIRST, mbuf_init, NULL);
|
/freebsd/sys/sys/ |
H A D | kernel.h | 131 SI_SUB_MBUF = 0x2700000, /* mbuf subsystem */ enumerator
|