Searched refs:push_packet (Results 1 – 5 of 5) sorted by relevance
420 void *pp = push_packet; in eth_receive()424 push_packet = eth_save_packet; in eth_receive()426 push_packet = pp; in eth_receive()
153 void (*push_packet)(void *, int len) = 0; variable1060 if (push_packet) { in net_process_received_packet()1061 (*push_packet)(in_packet, len); in net_process_received_packet()
182 push_packet = efi_net_push; in efi_net_receive()184 push_packet = NULL; in efi_net_receive()
286 extern void (*push_packet)(void *packet, int length);
1803 push_packet: in emac_poll_rx()1841 goto push_packet; in emac_poll_rx()