Query: dev_add_offload
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_OFFLOAD(9) Network device support DEV_ADD_OFFLOAD(9)NAMEdev_add_offload - register offload handlersSYNOPSISvoid dev_add_offload(struct packet_offload * po);ARGUMENTSpo protocol offload declarationDESCRIPTIONAdd 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).COPYRIGHTKernel Hackers Manual 3.10 June 2014 DEV_ADD_OFFLOAD(9)
Related Man Pages |
---|
pethtool(8) - centos |
if_qlxge(4) - freebsd |
lo(4) - centos |
lo(4) - sunos |
lo(4) - php |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
DB2 convert digits to binary format |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |
Controlling user input |