Home
last modified time | relevance | path

Searched refs:rx_handler_result_t (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_handlers.h14 rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb);
Drmnet_handlers.c190 rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb) in rmnet_rx_handler()
/Linux-v5.15/drivers/net/ipvlan/
Dipvlan_core.c318 rx_handler_result_t ret = RX_HANDLER_CONSUMED; in ipvlan_rcv_frame()
680 static rx_handler_result_t ipvlan_handle_mode_l3(struct sk_buff **pskb, in ipvlan_handle_mode_l3()
687 rx_handler_result_t ret = RX_HANDLER_PASS; in ipvlan_handle_mode_l3()
701 static rx_handler_result_t ipvlan_handle_mode_l2(struct sk_buff **pskb, in ipvlan_handle_mode_l2()
706 rx_handler_result_t ret = RX_HANDLER_PASS; in ipvlan_handle_mode_l2()
731 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb) in ipvlan_handle_frame()
Dipvlan.h155 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb);
/Linux-v5.15/include/net/
Dfailover.h22 rx_handler_result_t (*slave_handle_frame)(struct sk_buff **pskb);
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_lag.h38 rx_handler_result_t ice_lag_nop_handler(struct sk_buff **pskb);
Dice_lag.c13 rx_handler_result_t ice_lag_nop_handler(struct sk_buff __always_unused **pskb) in ice_lag_nop_handler()
/Linux-v5.15/include/linux/
Dif_tap.h75 rx_handler_result_t tap_handle_frame(struct sk_buff **pskb);
Dif_team.h117 rx_handler_result_t (*receive)(struct team *team,
Dnetdevice.h428 typedef enum rx_handler_result rx_handler_result_t; typedef
429 typedef rx_handler_result_t rx_handler_func_t(struct sk_buff **pskb);
/Linux-v5.15/drivers/net/team/
Dteam_mode_activebackup.c26 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive()
Dteam_mode_loadbalance.c17 static rx_handler_result_t lb_receive(struct team *team, struct team_port *port, in lb_receive()
Dteam.c505 static rx_handler_result_t team_dummy_receive(struct team *team, in team_dummy_receive()
721 static rx_handler_result_t team_handle_frame(struct sk_buff **pskb) in team_handle_frame()
726 rx_handler_result_t res; in team_handle_frame()
/Linux-v5.15/net/bridge/
Dbr_input.c278 static rx_handler_result_t br_handle_frame(struct sk_buff **pskb) in br_handle_frame()
385 static rx_handler_result_t br_handle_frame_dummy(struct sk_buff **pskb) in br_handle_frame_dummy()
/Linux-v5.15/net/openvswitch/
Dvport-netdev.c57 static rx_handler_result_t netdev_frame_hook(struct sk_buff **pskb) in netdev_frame_hook()
/Linux-v5.15/net/hsr/
Dhsr_slave.c24 static rx_handler_result_t hsr_handle_frame(struct sk_buff **pskb) in hsr_handle_frame()
/Linux-v5.15/drivers/net/wireless/
Dvirt_wifi.c485 static rx_handler_result_t virt_wifi_rx_handler(struct sk_buff **pskb) in virt_wifi_rx_handler()
/Linux-v5.15/drivers/net/
Dnet_failover.c362 static rx_handler_result_t net_failover_handle_frame(struct sk_buff **pskb) in net_failover_handle_frame()
Dmacvlan.c438 static rx_handler_result_t macvlan_handle_frame(struct sk_buff **pskb) in macvlan_handle_frame()
448 rx_handler_result_t handle_res; in macvlan_handle_frame()
Dtap.c318 rx_handler_result_t tap_handle_frame(struct sk_buff **pskb) in tap_handle_frame()
Dmacsec.c1071 static rx_handler_result_t macsec_handle_frame(struct sk_buff **pskb) in macsec_handle_frame()
/Linux-v5.15/drivers/net/hyperv/
Dnetvsc_drv.c2179 static rx_handler_result_t netvsc_vf_handle_frame(struct sk_buff **pskb) in netvsc_vf_handle_frame()
/Linux-v5.15/drivers/net/bonding/
Dbond_main.c1505 static rx_handler_result_t bond_handle_frame(struct sk_buff **pskb) in bond_handle_frame()