Searched refs:hh (Results 1 – 4 of 4) sorted by relevance
| /include/net/ |
| A D | neighbour.h | 159 struct hh_cache hh; member 486 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge() 489 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge() 501 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output() 502 hh_len = READ_ONCE(hh->hh_len); in neigh_hh_output() 512 memcpy(skb->data - HH_DATA_MOD, hh->hh_data, in neigh_hh_output() 519 memcpy(skb->data - hh_alen, hh->hh_data, in neigh_hh_output() 523 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output() 537 const struct hh_cache *hh = &n->hh; in neigh_output() local 544 READ_ONCE(hh->hh_len)) in neigh_output() [all …]
|
| /include/linux/ |
| A D | mISDNif.h | 551 struct mISDNhead *hh; in _alloc_mISDN_skb() local 557 hh = mISDN_HEAD_P(skb); in _alloc_mISDN_skb() 558 hh->prim = prim; in _alloc_mISDN_skb() 559 hh->id = id; in _alloc_mISDN_skb()
|
| A D | etherdevice.h | 46 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, 48 void eth_header_cache_update(struct hh_cache *hh, const struct net_device *dev,
|
| A D | netdevice.h | 315 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); 316 void (*cache_update)(struct hh_cache *hh,
|
Completed in 23 milliseconds