Man Page: __dev_remove_offload
Operating Environment: centos
Section: 9
__DEV_REMOVE_OFFLOAD(9) Network device support __DEV_REMOVE_OFFLOAD(9)NAME__dev_remove_offload - remove offload handlerSYNOPSISvoid __dev_remove_offload(struct packet_offload * po);ARGUMENTSpo packet offload declarationDESCRIPTIONRemove a protocol offload handler that was previously added to the kernel offload handlers by dev_add_offload. The passed offload_type is removed from the kernel lists and can be freed or reused once this function returns. The packet type might still be in use by receivers and must not be freed until after all the CPU's have gone through a quiescent state.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __DEV_REMOVE_OFFLOAD(9)
| Related Man Pages |
|---|
| pethtool(8) - debian |
| qlxgbe(4) - freebsd |
| if_vtnet(4) - freebsd |
| if_qlxgb(4) - freebsd |
| if_sfxge(4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |