1DEV_ADD_OFFLOAD(9) Network device support DEV_ADD_OFFLOAD(9)
2
3
4
6 dev_add_offload - register offload handlers
7
9 void dev_add_offload(struct packet_offload * po);
10
12 po
13 protocol offload declaration
14
16 Add protocol offload handlers to the networking stack. The passed
17 proto_offload is linked into kernel lists and may not be freed until it
18 has been removed from the kernel lists.
19
20 This call does not sleep therefore it can not guarantee all CPU´s that
21 are in middle of receiving packets will see the new offload handlers
22 (until the next received packet).
23
25Kernel Hackers Manual 2.6. June 2019 DEV_ADD_OFFLOAD(9)