Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_handlers.h23 rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb);
Drmnet_handlers.c183 rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb) in rmnet_rx_handler()
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan_core.c322 rx_handler_result_t ret = RX_HANDLER_CONSUMED; in ipvlan_rcv_frame()
682 static rx_handler_result_t ipvlan_handle_mode_l3(struct sk_buff **pskb, in ipvlan_handle_mode_l3()
689 rx_handler_result_t ret = RX_HANDLER_PASS; in ipvlan_handle_mode_l3()
703 static rx_handler_result_t ipvlan_handle_mode_l2(struct sk_buff **pskb, in ipvlan_handle_mode_l2()
708 rx_handler_result_t ret = RX_HANDLER_PASS; in ipvlan_handle_mode_l2()
733 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb) in ipvlan_handle_frame()
Dipvlan.h160 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb);
/Linux-v4.19/include/net/
Dfailover.h22 rx_handler_result_t (*slave_handle_frame)(struct sk_buff **pskb);
/Linux-v4.19/include/linux/
Dif_tap.h76 rx_handler_result_t tap_handle_frame(struct sk_buff **pskb);
Dif_team.h124 rx_handler_result_t (*receive)(struct team *team,
Dnetdevice.h421 typedef enum rx_handler_result rx_handler_result_t; typedef
422 typedef rx_handler_result_t rx_handler_func_t(struct sk_buff **pskb);
/Linux-v4.19/drivers/net/team/
Dteam_mode_activebackup.c30 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive()
Dteam_mode_loadbalance.c21 static rx_handler_result_t lb_receive(struct team *team, struct team_port *port, in lb_receive()
Dteam.c518 static rx_handler_result_t team_dummy_receive(struct team *team, in team_dummy_receive()
734 static rx_handler_result_t team_handle_frame(struct sk_buff **pskb) in team_handle_frame()
739 rx_handler_result_t res; in team_handle_frame()
/Linux-v4.19/net/hsr/
Dhsr_slave.c22 static rx_handler_result_t hsr_handle_frame(struct sk_buff **pskb) in hsr_handle_frame()
/Linux-v4.19/net/openvswitch/
Dvport-netdev.c71 static rx_handler_result_t netdev_frame_hook(struct sk_buff **pskb) in netdev_frame_hook()
/Linux-v4.19/net/bridge/
Dbr_input.c211 rx_handler_result_t br_handle_frame(struct sk_buff **pskb) in br_handle_frame()
Dbr_private.h606 rx_handler_result_t br_handle_frame(struct sk_buff **pskb);
/Linux-v4.19/drivers/net/
Dnet_failover.c364 static rx_handler_result_t net_failover_handle_frame(struct sk_buff **pskb) in net_failover_handle_frame()
Dmacvlan.c439 static rx_handler_result_t macvlan_handle_frame(struct sk_buff **pskb) in macvlan_handle_frame()
449 rx_handler_result_t handle_res; in macvlan_handle_frame()
Dtap.c317 rx_handler_result_t tap_handle_frame(struct sk_buff **pskb) in tap_handle_frame()
Dmacsec.c1076 static rx_handler_result_t macsec_handle_frame(struct sk_buff **pskb) in macsec_handle_frame()
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc_drv.c1917 static rx_handler_result_t netvsc_vf_handle_frame(struct sk_buff **pskb) in netvsc_vf_handle_frame()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1147 static rx_handler_result_t bond_handle_frame(struct sk_buff **pskb) in bond_handle_frame()