Searched refs:dn_short_packet (Results 1 – 2 of 2) sorted by relevance
246 int headroom = dev->hard_header_len + sizeof(struct dn_short_packet) + 2; in dn_short_output()247 struct dn_short_packet *sp; in dn_short_output()266 data = skb_push(skb, sizeof(struct dn_short_packet) + 2); in dn_short_output()268 sp = (struct dn_short_packet *)(data+2); in dn_short_output()289 int headroom = dev->hard_header_len + sizeof(struct dn_short_packet) + 2; in dn_phase3_output()290 struct dn_short_packet *sp; in dn_phase3_output()308 data = skb_push(skb, sizeof(struct dn_short_packet) + 2); in dn_phase3_output()310 sp = (struct dn_short_packet *)(data + 2); in dn_phase3_output()
100 struct dn_short_packet struct