Searched refs:old_mac (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_mode_beet.c63 const unsigned char *old_mac; local
74 old_mac = skb_mac_header(skb);
76 memmove(skb_mac_header(skb), old_mac, skb->mac_len); local
H A Dxfrm6_mode_tunnel.c90 const unsigned char *old_mac; local
114 old_mac = skb_mac_header(skb);
116 memmove(skb_mac_header(skb), old_mac, skb->mac_len); local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_mode_tunnel.c97 const unsigned char *old_mac; local
132 old_mac = skb_mac_header(skb);
134 memmove(skb_mac_header(skb), old_mac, skb->mac_len); local

Completed in 101 milliseconds