Home
last modified time | relevance | path

Searched refs:in_packet (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c1037 void net_process_received_packet(uchar *in_packet, int len) in net_process_received_packet() argument
1051 net_rx_packet = in_packet; in net_process_received_packet()
1053 et = (struct ethernet_hdr *)in_packet; in net_process_received_packet()
1061 (*push_packet)(in_packet, len); in net_process_received_packet()
1088 ip = (struct ip_udp_hdr *)(in_packet + E802_HDR_SIZE); in net_process_received_packet()
1092 ip = (struct ip_udp_hdr *)(in_packet + ETHER_HDR_SIZE); in net_process_received_packet()
1117 ip = (struct ip_udp_hdr *)(in_packet + VLAN_ETHER_HDR_SIZE); in net_process_received_packet()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h681 void net_process_received_packet(uchar *in_packet, int len);
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dsl811-hcd.c199 static void in_packet( in in_packet() function
381 in_packet(sl811, ep, urb, bank, control); in start()