Home
last modified time | relevance | path

Searched defs:eth (Results 1 – 20 of 20) sorted by relevance

/linux-2.4.37.9/net/ethernet/ !
Deth.c78 struct ethhdr *eth = (struct ethhdr *)skb_push(skb,ETH_HLEN); in eth_header() local
130 struct ethhdr *eth = (struct ethhdr *)skb->data; in eth_rebuild_header() local
160 struct ethhdr *eth; in eth_type_trans() local
211 struct ethhdr *eth = skb->mac.ethernet; in eth_header_parse() local
219 struct ethhdr *eth; in eth_header_cache() local
/linux-2.4.37.9/drivers/net/ !
Dethertap.c172 struct ethhdr *eth = (struct ethhdr*)skb->data; in ethertap_start_xmit() local
230 struct ethhdr *eth = (struct ethhdr*)(skb->data + 2); in ethertap_rx_skb() local
Dmyri_sbus.c381 struct ethhdr *eth; in myri_type_trans() local
684 struct ethhdr *eth = (struct ethhdr *) skb_push(skb, ETH_HLEN); in myri_header() local
732 struct ethhdr *eth = (struct ethhdr *) (pad + MYRI_PAD_LEN); in myri_rebuild_header() local
768 struct ethhdr *eth; in myri_header_cache() local
Dplip.c601 struct ethhdr *eth; in plip_type_trans() local
1063 plip_rewrite_address(struct net_device *dev, struct ethhdr *eth) in plip_rewrite_address()
1100 struct ethhdr *eth; in plip_hard_header_cache() local
Dtitan_ge.c1455 struct ethhdr *eth = (void*)skb->data; local
Dsunlance.c888 struct ethhdr *eth; in build_fake_packet() local
/linux-2.4.37.9/drivers/ieee1394/ !
Deth1394.c557 struct eth1394hdr *eth = (struct eth1394hdr *)skb_push(skb, ETH1394_HLEN); in ether1394_header() local
587 struct eth1394hdr *eth = (struct eth1394hdr *)skb->data; in ether1394_rebuild_header() local
617 struct eth1394hdr *eth = (struct eth1394hdr*)(((u8*)hh->hh_data) + 6); in ether1394_header_cache() local
659 struct eth1394hdr *eth; in ether1394_type_trans() local
1426 struct eth1394hdr *eth; in ether1394_tx() local
/linux-2.4.37.9/net/core/ !
Ddv.c459 struct ethhdr *eth = skb->mac.ethernet; in divert_frame() local
Dpktgen.c461 __u8 *eth; in fill_packet() local
/linux-2.4.37.9/net/irda/irlan/ !
Dirlan_eth.c303 struct ethhdr *eth = (struct ethhdr *) buff; in irlan_eth_rebuild_header() local
Dirlan_common.c70 static int eth = 0; /* Use "eth" or "irlan" name for devices */ variable
/linux-2.4.37.9/include/linux/ !
Dif_arcnet.h83 struct ethhdr eth; /* standard ethernet header (yuck!) */ member
/linux-2.4.37.9/drivers/isdn/ !
Disdn_net.c1399 struct ethhdr *eth; in isdn_net_type_trans() local
1914 struct ethhdr *eth = (struct ethhdr *) skb_push(skb, ETH_HLEN); in my_eth_header() local
2019 struct ethhdr *eth = (struct ethhdr *) skb->data; in isdn_net_rebuild_header() local
/linux-2.4.37.9/drivers/net/hamradio/ !
Dbpqether.c216 struct ethhdr *eth = (struct ethhdr *)skb->mac.raw; in bpq_rcv() local
/linux-2.4.37.9/net/atm/ !
Dbr2684.c296 struct ethhdr *eth; in br_type_trans() local
Dmpc.c541 struct ethhdr *eth; in mpc_send_packet() local
Dlec.c115 struct ethhdr *eth; in lec_handle_bridge() local
/linux-2.4.37.9/drivers/net/e1000/ !
De1000_main.c3103 struct ethhdr *eth = (struct ethhdr *) skb->data; local
/linux-2.4.37.9/drivers/s390/net/ !
Dqeth.h413 struct ethhdr *eth; in qeth_eth_type_trans() local
/linux-2.4.37.9/drivers/net/wireless/ !
Dairo.c1251 static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *eth, u16 payLen) in decapsulate()