Home
last modified time | relevance | path

Searched refs:pr_drain (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_module.c66 .pr_drain = sctp_drain,
78 .pr_drain = sctp_drain,
95 .pr_drain = sctp_drain,
109 .pr_drain = sctp_drain,
H A Din_proto.c117 .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 Din6_proto.c150 .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 Dprotosw.h91 pr_drain_t *pr_drain; /* flush any excess space possible */ member
/f-stack/freebsd/sys/
H A Dprotosw.h93 pr_drain_t *pr_drain; /* flush any excess space possible */ member
/f-stack/freebsd/kern/
H A Duipc_debug.c341 db_printf("pr_drain: %p\n", pr->pr_drain); in db_print_protosw()
H A Duipc_domain.c456 dpr->pr_drain = NULL; in pf_proto_unregister()
H A Dkern_mbuf.c824 if (pr->pr_drain != NULL) in mb_reclaim()
825 (*pr->pr_drain)(); in mb_reclaim()