1DEV_REMOVE_OFFLOAD(9) Network device support DEV_REMOVE_OFFLOAD(9)
2
3
4
6 dev_remove_offload - remove packet offload handler
7
9 void dev_remove_offload(struct packet_offload * po);
10
12 po
13 packet offload declaration
14
16 Remove a packet offload handler that was previously added to the kernel
17 offload handlers by dev_add_offload. The passed offload_type is removed
18 from the kernel lists and can be freed or reused once this function
19 returns.
20
21 This call sleeps to guarantee that no CPU is looking at the packet type
22 after return.
23
25Kernel Hackers Manual 2.6. June 2019 DEV_REMOVE_OFFLOAD(9)