centos man page for dev_add_pack

Query: dev_add_pack

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DEV_ADD_PACK(9) 					      Network device support						   DEV_ADD_PACK(9)

NAME
dev_add_pack - add packet handler
SYNOPSIS
void dev_add_pack(struct packet_type * pt);
ARGUMENTS
pt packet type declaration
DESCRIPTION
Add a protocol handler to the networking stack. The passed packet_type is linked into kernel lists and may not be freed until it has been removed from the kernel lists. This call does not sleep therefore it can not guarantee all CPU's that are in middle of receiving packets will see the new packet type (until the next received packet).
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEV_ADD_PACK(9)
Related Man Pages
pcap_next_ex(3pcap) - centos
pcap_next_ex(3pcap) - mojave
pcap_next(3pcap) - centos
pcap-tstamp(7) - freebsd
pcap-tstamp(7) - php
Similar Topics in the Unix Linux Community
TuxOnIce stalls 3 times before resuming