inet: frags: rename last_in to flags
The last_in field has been used to store various flags different from first/last frag in so give it a more descriptive name: flags. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
d2373862b3
commit
06aa8b8a03
@@ -25,7 +25,7 @@ struct inet_frag_queue {
|
||||
ktime_t stamp;
|
||||
int len; /* total length of orig datagram */
|
||||
int meat;
|
||||
__u8 last_in; /* first/last segment arrived? */
|
||||
__u8 flags; /* first/last segment arrived? */
|
||||
|
||||
#define INET_FRAG_EVICTED 8
|
||||
#define INET_FRAG_COMPLETE 4
|
||||
|
Reference in New Issue
Block a user