Query: eth_rebuild_header
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ETH_REBUILD_HEADER(9) Network device support ETH_REBUILD_HEADER(9)NAMEeth_rebuild_header - rebuild the Ethernet MAC header.SYNOPSISint eth_rebuild_header(struct sk_buff * skb);ARGUMENTSskb socket buffer to updateDESCRIPTIONThis is called after an ARP or IPV6 ndisc it's 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ETH_REBUILD_HEADER(9)