Searched refs:rx_handler_result_t (Results 1 – 21 of 21) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | net.c | 36 rx_handler_result_t *rx_handler_res) in iwl_mei_rx_filter_eth() 82 rx_handler_result_t *rx_handler_res) in iwl_mei_rx_filter_arp() 140 rx_handler_result_t *rx_handler_res) in iwl_mei_rx_filter_tcp_udp() 190 rx_handler_result_t *rx_handler_res) in iwl_mei_rx_filter_ipv4() 268 rx_handler_result_t *rx_handler_res) in iwl_mei_rx_filter_ipv6() 277 static rx_handler_result_t 283 rx_handler_result_t rx_handler_res = RX_HANDLER_PASS; in iwl_mei_rx_pass_to_csme() 286 rx_handler_result_t *rx_handler_res); in iwl_mei_rx_pass_to_csme() 328 rx_handler_result_t iwl_mei_rx_filter(struct sk_buff *orig_skb, in iwl_mei_rx_filter() 332 rx_handler_result_t ret; in iwl_mei_rx_filter()
|
H A D | internal.h | 14 rx_handler_result_t iwl_mei_rx_filter(struct sk_buff *skb,
|
H A D | main.c | 597 static rx_handler_result_t iwl_mei_rx_handler(struct sk_buff **pskb) in iwl_mei_rx_handler() 604 rx_handler_result_t res; in iwl_mei_rx_handler()
|
/linux/drivers/net/ipvlan/ |
H A D | ipvlan_core.c | 320 rx_handler_result_t ret = RX_HANDLER_CONSUMED; in ipvlan_rcv_frame() 712 static rx_handler_result_t ipvlan_handle_mode_l3(struct sk_buff **pskb, in ipvlan_handle_mode_l3() 719 rx_handler_result_t ret = RX_HANDLER_PASS; in ipvlan_handle_mode_l3() 733 static rx_handler_result_t ipvlan_handle_mode_l2(struct sk_buff **pskb, in ipvlan_handle_mode_l2() 738 rx_handler_result_t ret = RX_HANDLER_PASS; in ipvlan_handle_mode_l2() 763 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb) in ipvlan_handle_frame()
|
H A D | ipvlan.h | 156 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb);
|
/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_handlers.h | 14 rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb);
|
H A D | rmnet_handlers.c | 200 rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb) in rmnet_rx_handler()
|
/linux/include/net/ |
H A D | failover.h | 22 rx_handler_result_t (*slave_handle_frame)(struct sk_buff **pskb);
|
/linux/include/linux/ |
H A D | if_tap.h | 76 rx_handler_result_t tap_handle_frame(struct sk_buff **pskb);
|
H A D | if_team.h | 117 rx_handler_result_t (*receive)(struct team *team,
|
H A D | netdevice.h | 483 typedef enum rx_handler_result rx_handler_result_t; typedef 484 typedef rx_handler_result_t rx_handler_func_t(struct sk_buff **pskb);
|
/linux/drivers/net/team/ |
H A D | team_mode_activebackup.c | 26 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive()
|
H A D | team_mode_loadbalance.c | 17 static rx_handler_result_t lb_receive(struct team *team, struct team_port *port, in lb_receive()
|
H A D | team_core.c | 506 static rx_handler_result_t team_dummy_receive(struct team *team, in team_dummy_receive() 722 static rx_handler_result_t team_handle_frame(struct sk_buff **pskb) in team_handle_frame() 727 rx_handler_result_t res; in team_handle_frame()
|
/linux/net/openvswitch/ |
H A D | vport-netdev.c | 57 static rx_handler_result_t netdev_frame_hook(struct sk_buff **pskb) in netdev_frame_hook()
|
/linux/drivers/net/wireless/virtual/ |
H A D | virt_wifi.c | 499 static rx_handler_result_t virt_wifi_rx_handler(struct sk_buff **pskb) in virt_wifi_rx_handler()
|
/linux/drivers/net/ |
H A D | net_failover.c | 358 static rx_handler_result_t net_failover_handle_frame(struct sk_buff **pskb) in net_failover_handle_frame()
|
H A D | macvlan.c | 445 static rx_handler_result_t macvlan_handle_frame(struct sk_buff **pskb) in macvlan_handle_frame() 455 rx_handler_result_t handle_res; in macvlan_handle_frame()
|
H A D | macsec.c | 1100 static rx_handler_result_t macsec_handle_frame(struct sk_buff **pskb) in macsec_handle_frame()
|
/linux/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 2168 static rx_handler_result_t netvsc_vf_handle_frame(struct sk_buff **pskb) in netvsc_vf_handle_frame()
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 1668 static rx_handler_result_t bond_handle_frame(struct sk_buff **pskb) in bond_handle_frame()
|