1. NAME▲
eth_rebuild_header - rebuild the Ethernet MAC header.
2. SYNOPSIS ▲
int eth_rebuild_header(struct sk_buff * skb );
3. ARGUMENTS ▲
skb
socket buffer to update
4. DESCRIPTION ▲
This is called after an ARP or IPV6 ndisc itAqs resolution on this sk_buff. We now let protocol (ARP) fill in the other fields.
This routine CANNOT use cached dst->neigh! Really, it is used only when dst->neigh is wrong.
5. COPYRIGHT ▲