1. NAME

eth_header_cache - fill cache entry from neighbour

2. SYNOPSIS

int eth_header_cache(const struct neighbour *  neigh , struct hh_cache *  hh , __be16  type );

3. ARGUMENTS

neigh
    source neighbour

hh
    destination cache entry

type
    Ethernet type field

4. DESCRIPTION

Create an Ethernet header template from the neighbour.

5. COPYRIGHT