DEV_REMOVE_PACK

Section: (9)
Updated: 13 April 2004
Index Return to Main Contents

 

NAME

dev_remove_pack - remove packet handler  

SYNOPSIS

void dev_remove_pack (struct packet_type * pt);  

ARGUMENTS

pt
packet type declaration
 

DESCRIPTION

Remove a protocol handler that was previously added to the kernel protocol handlers by dev_add_pack. The passed &packet_type is removed from the kernel lists and can be freed or reused once this function returns.

This call sleeps to guarantee that no CPU is looking at the packet type after return.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.1.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 11:21:56 GMT, April 13, 2004