1__DEV_REMOVE_OFFLOAD(9) Network device support __DEV_REMOVE_OFFLOAD(9)
2
3
4
6 __dev_remove_offload - remove offload handler
7
9 void __dev_remove_offload(struct packet_offload * po);
10
12 po
13 packet offload declaration
14
16 Remove a protocol offload handler that was previously added to the
17 kernel offload handlers by dev_add_offload. The passed offload_type is
18 removed from the kernel lists and can be freed or reused once this
19 function returns.
20
21 The packet type might still be in use by receivers and must not be
22 freed until after all the CPU's have gone through a quiescent state.
23
25Kernel Hackers Manual 3.10 June 2019 __DEV_REMOVE_OFFLOAD(9)