login
Header Space

 
 

__dev_remove_pack(9)

July 19, 2007 - 1:23am
Submitted by Jeremy on July 19, 2007 - 1:23am.

INDEX

    NAME, SYNOPSIS, ARGUMENTS, DESCRIPTION, COPYRIGHT

    "__DEV_REMOVE_PACK" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Network device support"

    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_packfR. The passed &packet_type is removed from the kernel lists and can be freed or reused once this function returns.

    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.

    COPYRIGHT

speck-geostationary