mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[NET]: Annotate dst_ops protocol
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
75b31c3351
commit
d77072ecfb
4 changed files with 4 additions and 4 deletions
|
@ -187,7 +187,7 @@ struct hh_cache
|
|||
{
|
||||
struct hh_cache *hh_next; /* Next entry */
|
||||
atomic_t hh_refcnt; /* number of users */
|
||||
unsigned short hh_type; /* protocol identifier, f.e ETH_P_IP
|
||||
__be16 hh_type; /* protocol identifier, f.e ETH_P_IP
|
||||
* NOTE: For VLANs, this will be the
|
||||
* encapuslated type. --BLG
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue