Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwcmd.c1406 u8 *pkt_buff; in c2h_pkt_ofld_rsp_hdl() local
1441 pkt_buff = (u8 *)PLTFM_MALLOC(pkt_len); in c2h_pkt_ofld_rsp_hdl()
1442 if (!pkt_buff) in c2h_pkt_ofld_rsp_hdl()
1447 PLTFM_MEMCPY(pkt_buff, pkt_content, pkt_len); in c2h_pkt_ofld_rsp_hdl()
1450 ofld_pkt->pkt = pkt_buff; in c2h_pkt_ofld_rsp_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwcmd.c1406 u8 *pkt_buff; in c2h_pkt_ofld_rsp_hdl() local
1441 pkt_buff = (u8 *)PLTFM_MALLOC(pkt_len); in c2h_pkt_ofld_rsp_hdl()
1442 if (!pkt_buff) in c2h_pkt_ofld_rsp_hdl()
1447 PLTFM_MEMCPY(pkt_buff, pkt_content, pkt_len); in c2h_pkt_ofld_rsp_hdl()
1450 ofld_pkt->pkt = pkt_buff; in c2h_pkt_ofld_rsp_hdl()