Home
last modified time | relevance | path

Searched defs:hh_cache (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dnetdevice.h190 struct hh_cache struct
192 struct hh_cache *hh_next; /* Next entry */ argument
193 atomic_t hh_refcnt; /* number of users */
194 unsigned short hh_type; /* protocol identifier, f.e ETH_P_IP
198 int hh_len; /* length of header */
199 int (*hh_output)(struct sk_buff *skb);
200 rwlock_t hh_lock;
208 unsigned long hh_data[HH_DATA_ALIGN(LL_MAX_HEADER) / sizeof(long)];