Searched refs:hh (Results 1 - 4 of 4) sorted by relevance

/net/ethernet/
H A Deth.c250 * @hh: destination cache entry
255 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) argument
261 (((u8 *) hh->hh_data) + (HH_DATA_OFF(sizeof(*eth))));
269 hh->hh_len = ETH_HLEN;
276 * @hh: destination cache entry
282 void eth_header_cache_update(struct hh_cache *hh, argument
286 memcpy(((u8 *) hh->hh_data) + HH_DATA_OFF(sizeof(struct ethhdr)),
/net/core/
H A Dpktgen.c358 __u8 hh[14]; member in struct:pktgen_dev
367 __u16 pad; /* pad out the hh struct to an even 16 bytes */
1468 ether_addr_copy(&pkt_dev->hh[0], pkt_dev->dst_mac);
1485 ether_addr_copy(&pkt_dev->hh[6], pkt_dev->src_mac);
2088 ether_addr_copy(&(pkt_dev->hh[6]), pkt_dev->odev->dev_addr);
2091 ether_addr_copy(&(pkt_dev->hh[0]), pkt_dev->dst_mac);
2352 pkt_dev->hh[11] = tmp;
2354 pkt_dev->hh[10] = tmp;
2356 pkt_dev->hh[9] = tmp;
2358 pkt_dev->hh[
[all...]
H A Dneighbour.c297 seqlock_init(&n->hh.hh_lock);
1041 struct hh_cache *hh; local
1049 hh = &neigh->hh;
1050 if (hh->hh_len) {
1051 write_seqlock_bh(&hh->hh_lock);
1052 update(hh, neigh->dev, neigh->ha);
1053 write_sequnlock_bh(&hh->hh_lock);
1276 struct hh_cache *hh = &n->hh; local
[all...]
/net/bridge/
H A Dbr_netfilter.c290 if (neigh->hh.hh_len) {
291 neigh_hh_bridge(&neigh->hh, skb);

Completed in 53 milliseconds