Home
last modified time | relevance | path

Searched refs:hh_len (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/net/
Dneighbour.h451 unsigned int hh_len; in neigh_hh_output() local
455 hh_len = READ_ONCE(hh->hh_len); in neigh_hh_output()
456 if (likely(hh_len <= HH_DATA_MOD)) { in neigh_hh_output()
469 hh_alen = HH_DATA_ALIGN(hh_len); in neigh_hh_output()
483 __skb_push(skb, hh_len); in neigh_hh_output()
491 if ((n->nud_state & NUD_CONNECTED) && hh->hh_len) in neigh_output()
/linux-4.19.296/include/linux/
Dnetdevice.h249 unsigned int hh_len; member