netdev_rx_handler_register(9) centos man page | unix.com

Man Page: netdev_rx_handler_register

Operating Environment: centos

Section: 9

NETDEV_RX_HANDLER_RE(9) 				      Network device support					   NETDEV_RX_HANDLER_RE(9)

NAME
netdev_rx_handler_register - register receive handler
SYNOPSIS
int netdev_rx_handler_register(struct net_device * dev, rx_handler_func_t * rx_handler, void * rx_handler_data);
ARGUMENTS
dev device to register a handler for rx_handler receive handler to register rx_handler_data data pointer that is used by rx handler
DESCRIPTION
Register a receive hander for a device. This handler will then be called from __netif_receive_skb. A negative errno code is returned on a failure. The caller must hold the rtnl_mutex. For a general description of rx_handler, see enum rx_handler_result.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 NETDEV_RX_HANDLER_RE(9)
Related Man Pages
request_threaded_irq(9) - suse
struct_input_handler(9) - centos
drain_dev_clone_events(9) - debian
struct_input_handler(9) - suse
bus_describe_intr(9) - freebsd
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq