.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "__DEV_REMOVE_PACK" 9 "August 2005" "Kernel Hackers Manual" "LINUX" .SH NAME __dev_remove_pack \- remove packet handler .SH "SYNOPSIS" .ad l .hy 0 .HP 26 void\ \fB__dev_remove_pack\ \fR\ (struct\ packet_type\ *\ \fIpt\fR); .ad .hy .SH "ARGUMENTS" .TP \fIpt\fR packet type declaration .SH "DESCRIPTION" .PP Remove a protocol handler that was previously added to the kernel protocol handlers by \fBdev_add_pack\fR\&. The passed &packet_type is removed from the kernel lists and can be freed or reused once this function returns\&. .PP The packet type might still be in use by receivers and must not be freed until after all the CPU's have gone through a quiescent state\&.