Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dfirewire.h21 struct fwnet_header { struct
/kernel/linux/linux-5.10/drivers/firewire/
Dnet.c221 struct fwnet_header *h; in fwnet_header_create()
245 struct fwnet_header *h; in fwnet_header_cache()
250 h = (struct fwnet_header *)((u8 *)hh->hh_data + HH_DATA_OFF(sizeof(*h))); in fwnet_header_cache()
519 struct fwnet_header *eth; in fwnet_finish_incoming_packet()
525 eth = (struct fwnet_header *)skb_mac_header(skb); in fwnet_finish_incoming_packet()
1238 struct fwnet_header hdr_buf; in fwnet_tx()