Searched refs:pr_drain (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_module.c | 66 .pr_drain = sctp_drain, 78 .pr_drain = sctp_drain, 95 .pr_drain = sctp_drain, 109 .pr_drain = sctp_drain,
|
| H A D | in_proto.c | 117 .pr_drain = ip_drain, 141 .pr_drain = tcp_drain, 154 .pr_drain = sctp_drain, 165 .pr_drain = NULL, /* Covered by the SOCK_SEQPACKET entry. */
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_proto.c | 150 .pr_drain = frag6_drain, 177 .pr_drain = tcp_drain, 191 .pr_drain = sctp_drain, 204 .pr_drain = NULL, /* Covered by the SOCK_SEQPACKET entry. */
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 91 pr_drain_t *pr_drain; /* flush any excess space possible */ member
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 93 pr_drain_t *pr_drain; /* flush any excess space possible */ member
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_debug.c | 341 db_printf("pr_drain: %p\n", pr->pr_drain); in db_print_protosw()
|
| H A D | uipc_domain.c | 456 dpr->pr_drain = NULL; in pf_proto_unregister()
|
| H A D | kern_mbuf.c | 824 if (pr->pr_drain != NULL) in mb_reclaim() 825 (*pr->pr_drain)(); in mb_reclaim()
|