Rechercher une page de manuel
dev_remove_pack
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
dev_remove_pack - remove packet handlerSYNOPSIS
- 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.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre