diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-04-22 20:24:03 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-04-22 23:45:33 +0000 |
| commit | 73e3969fd435eea296b44f3bd40ff76c042c9a36 (patch) | |
| tree | 74a3bfe8321e23c6208c6857063c1e26e66215ac /sys/compat/linuxkpi/common/include/linux/skbuff.h | |
| parent | c925e0a77606d07e4d93204a1d35530176c4b344 (diff) | |
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/skbuff.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/skbuff.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/skbuff.h b/sys/compat/linuxkpi/common/include/linux/skbuff.h index 9db29c72e20c..7a8521e6fd38 100644 --- a/sys/compat/linuxkpi/common/include/linux/skbuff.h +++ b/sys/compat/linuxkpi/common/include/linux/skbuff.h @@ -154,7 +154,6 @@ struct sk_buff { }; struct list_head list; }; - uint32_t _alloc_len; /* Length of alloc data-buf. XXX-BZ give up for truesize? */ uint32_t len; /* ? */ uint32_t data_len; /* ? If we have frags? */ uint32_t truesize; /* The total size of all buffers, incl. frags. */ |
