Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnet.c917 static uchar pkt_buff[IP_PKTSIZE] __aligned(PKTALIGN); in __net_defragment() local
920 struct ip_udp_hdr *localip = (struct ip_udp_hdr *)pkt_buff; in __net_defragment()
926 payload = (struct hole *)(pkt_buff + IP_HDR_SIZE); in __net_defragment()