1ETH_REBUILD_HEADER(9) Network device support ETH_REBUILD_HEADER(9)
2
3
4
6 eth_rebuild_header - rebuild the Ethernet MAC header.
7
9 int eth_rebuild_header(struct sk_buff * skb);
10
12 skb
13 socket buffer to update
14
16 This is called after an ARP or IPV6 ndisc it's resolution on this
17 sk_buff. We now let protocol (ARP) fill in the other fields.
18
19 This routine CANNOT use cached dst->neigh! Really, it is used only when
20 dst->neigh is wrong.
21
23Kernel Hackers Manual 3.10 June 2019 ETH_REBUILD_HEADER(9)