mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +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:
@@ -84,7 +84,7 @@ struct dst_entry
|
||||
struct dst_ops
|
||||
{
|
||||
unsigned short family;
|
||||
unsigned short protocol;
|
||||
__be16 protocol;
|
||||
unsigned gc_thresh;
|
||||
|
||||
int (*gc)(void);
|
||||
|
||||
Reference in New Issue
Block a user