Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dfirewire.h20 struct fwnet_header { struct
/linux-4.4.14/drivers/firewire/
Dnet.c220 struct fwnet_header *h; in fwnet_header_create()
222 h = (struct fwnet_header *)skb_push(skb, sizeof(*h)); in fwnet_header_create()
244 struct fwnet_header *h; in fwnet_header_cache()
249 h = (struct fwnet_header *)((u8 *)hh->hh_data + HH_DATA_OFF(sizeof(*h))); in fwnet_header_cache()
514 struct fwnet_header *eth; in fwnet_finish_incoming_packet()
520 eth = (struct fwnet_header *)skb_mac_header(skb); in fwnet_finish_incoming_packet()
1216 struct fwnet_header hdr_buf; in fwnet_tx()