mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
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:
parent
d2373862b3
commit
06aa8b8a03
6 changed files with 40 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue