dev_add_offload(9) centos man page | unix.com

Man Page: dev_add_offload

Operating Environment: centos

Section: 9

DEV_ADD_OFFLOAD(9)					      Network device support						DEV_ADD_OFFLOAD(9)

NAME
dev_add_offload - register offload handlers
SYNOPSIS
void dev_add_offload(struct packet_offload * po);
ARGUMENTS
po protocol offload declaration
DESCRIPTION
Add protocol offload handlers to the networking stack. The passed proto_offload 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 offload handlers (until the next received packet).
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEV_ADD_OFFLOAD(9)
Related Man Pages
pethtool(8) - centos
qlxge(4) - freebsd
xnb(4) - freebsd
lo(4) - redhat
lo(4) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq