Searched refs:eth1394hdr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.h83 struct eth1394hdr { struct
88 static inline struct eth1394hdr *eth1394_hdr(const struct sk_buff *skb)
90 return (struct eth1394hdr *)skb_mac_header(skb);
H A Deth1394.c712 struct eth1394hdr *eth =
713 (struct eth1394hdr *)skb_push(skb, ETH1394_HLEN);
739 struct eth1394hdr *eth = (struct eth1394hdr *)skb->data;
762 struct eth1394hdr *eth =
763 (struct eth1394hdr *)((u8 *)hh->hh_data + 16 - ETH1394_HLEN);
790 struct eth1394hdr *eth;
1557 struct eth1394hdr hdr_buf;

Completed in 45 milliseconds