[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Kernel and Subsystems, Volume 1

m_dereg Kernel Service

Purpose

Deregisters expected mbuf structure usage.

Syntax

#include <sys/types.h>
#include <sys/errno.h>
#include <sys/mbuf.h>


void m_dereg ( mbp)
struct mbreq mbp;

Parameter

mbp Defines the address of an mbreq structure that specifies expected mbuf usage.

Description

The m_dereg kernel service deregisters requirements previously registered with the m_reg kernel service. The m_dereg service is mandatory if the m_reg service is called.

Execution Environment

The m_dereg kernel service can be called from the process environment only.

Return Values

The m_dereg service has no return values.

Related Information

The mbreq Structure for mbuf Kernel Services.

The m_reg kernel service.

I/O Kernel Services in AIX 5L Version 5.2 Kernel Extensions and Device Support Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]