Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_core.c263 rx_handler_result_t ret = RX_HANDLER_CONSUMED; in ipvlan_rcv_frame()
579 static rx_handler_result_t ipvlan_handle_mode_l3(struct sk_buff **pskb, in ipvlan_handle_mode_l3()
586 rx_handler_result_t ret = RX_HANDLER_PASS; in ipvlan_handle_mode_l3()
600 static rx_handler_result_t ipvlan_handle_mode_l2(struct sk_buff **pskb, in ipvlan_handle_mode_l2()
605 rx_handler_result_t ret = RX_HANDLER_PASS; in ipvlan_handle_mode_l2()
637 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb) in ipvlan_handle_frame()
Dipvlan.h121 rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb);
/linux-4.4.14/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.c498 static rx_handler_result_t team_dummy_receive(struct team *team, in team_dummy_receive()
714 static rx_handler_result_t team_handle_frame(struct sk_buff **pskb) in team_handle_frame()
719 rx_handler_result_t res; in team_handle_frame()
/linux-4.4.14/net/hsr/
Dhsr_slave.c21 static rx_handler_result_t hsr_handle_frame(struct sk_buff **pskb) in hsr_handle_frame()
/linux-4.4.14/net/openvswitch/
Dvport-netdev.c69 static rx_handler_result_t netdev_frame_hook(struct sk_buff **pskb) in netdev_frame_hook()
/linux-4.4.14/include/linux/
Dif_team.h105 rx_handler_result_t (*receive)(struct team *team,
Dnetdevice.h389 typedef enum rx_handler_result rx_handler_result_t; typedef
390 typedef rx_handler_result_t rx_handler_func_t(struct sk_buff **pskb);
/linux-4.4.14/net/bridge/
Dbr_input.c232 rx_handler_result_t br_handle_frame(struct sk_buff **pskb) in br_handle_frame()
Dbr_private.h507 rx_handler_result_t br_handle_frame(struct sk_buff **pskb);
/linux-4.4.14/drivers/net/
Dmacvlan.c401 static rx_handler_result_t macvlan_handle_frame(struct sk_buff **pskb) in macvlan_handle_frame()
411 rx_handler_result_t handle_res; in macvlan_handle_frame()
Dvrf.c173 static rx_handler_result_t vrf_handle_frame(struct sk_buff **pskb) in vrf_handle_frame()
Dmacvtap.c338 static rx_handler_result_t macvtap_handle_frame(struct sk_buff **pskb) in macvtap_handle_frame()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1155 static rx_handler_result_t bond_handle_frame(struct sk_buff **pskb) in bond_handle_frame()