Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Dnet.c865 static uchar pkt_buff[IP_PKTSIZE] __aligned(PKTALIGN); in __net_defragment() local
868 struct ip_udp_hdr *localip = (struct ip_udp_hdr *)pkt_buff; in __net_defragment()
874 payload = (struct hole *)(pkt_buff + IP_HDR_SIZE); in __net_defragment()