Searched defs:pkt_hdr (Results 1 – 3 of 3) sorted by relevance
41 struct pkt_hdr { struct42 uint8_t magic[2];43 uint8_t pad;44 uint8_t flag;45 uint8_t unk1;46 uint8_t seq;47 uint8_t unk2;48 uint8_t unk3;49 uint32_t timestamp;
93 struct pkt_hdr { struct94 __le16 size;95 __le16 vpi;96 __le16 vci;97 __le16 type;
1346 ax88179_rx_checksum(struct sk_buff *skb, u32 *pkt_hdr) in ax88179_rx_checksum()1367 u32 *pkt_hdr; in ax88179_rx_fixup() local