Searched refs:pkt_hdr (Results 1 – 3 of 3) sorted by relevance
210 uint32_t *pkt_hdr; member545 u32 *pkt_hdr; in asix_recv() local576 pkt_hdr = (u32 *)(recv_buf + hdr_off); in asix_recv()584 le32_to_cpus(pkt_hdr); in asix_recv()585 pkt_len = (*pkt_hdr >> 16) & 0x1fff; in asix_recv()591 pkt_hdr++; in asix_recv()766 priv->pkt_hdr = NULL; in ax88179_eth_stop()826 priv->pkt_hdr = (u32 *)(ptr + hdr_off); in ax88179_eth_recv()831 le32_to_cpus(priv->pkt_hdr); in ax88179_eth_recv()832 pkt_len = (*priv->pkt_hdr >> 16) & 0x1fff; in ax88179_eth_recv()[all …]
59 struct pkt_hdr { struct401 register const struct pkt_hdr *ph; in wb_print()403 ph = (const struct pkt_hdr *)hdr; in wb_print()
207 … const struct nfqnl_msg_packet_hdr *pkt_hdr = (const struct nfqnl_msg_packet_hdr *) NFA_DATA(attr); in netfilter_read_linux() local209 id = ntohl(pkt_hdr->packet_id); in netfilter_read_linux()