uapi: update kernel headers from 5.3-rc1
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
ca084842da
commit
b89d6202c9
|
|
@ -3248,7 +3248,7 @@ struct bpf_sock_addr {
|
||||||
__u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
|
__u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
|
||||||
* Stored in network byte order.
|
* Stored in network byte order.
|
||||||
*/
|
*/
|
||||||
__u32 user_ip6[4]; /* Allows 1,2,4-byte read and 4,8-byte write.
|
__u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
||||||
* Stored in network byte order.
|
* Stored in network byte order.
|
||||||
*/
|
*/
|
||||||
__u32 user_port; /* Allows 4-byte read and write.
|
__u32 user_port; /* Allows 4-byte read and write.
|
||||||
|
|
@ -3260,7 +3260,7 @@ struct bpf_sock_addr {
|
||||||
__u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
|
__u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
|
||||||
* Stored in network byte order.
|
* Stored in network byte order.
|
||||||
*/
|
*/
|
||||||
__u32 msg_src_ip6[4]; /* Allows 1,2,4-byte read and 4,8-byte write.
|
__u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
||||||
* Stored in network byte order.
|
* Stored in network byte order.
|
||||||
*/
|
*/
|
||||||
__bpf_md_ptr(struct bpf_sock *, sk);
|
__bpf_md_ptr(struct bpf_sock *, sk);
|
||||||
|
|
|
||||||
|
|
@ -92,5 +92,6 @@
|
||||||
#define BALLOON_KVM_MAGIC 0x13661366
|
#define BALLOON_KVM_MAGIC 0x13661366
|
||||||
#define ZSMALLOC_MAGIC 0x58295829
|
#define ZSMALLOC_MAGIC 0x58295829
|
||||||
#define DMA_BUF_MAGIC 0x444d4142 /* "DMAB" */
|
#define DMA_BUF_MAGIC 0x444d4142 /* "DMAB" */
|
||||||
|
#define Z3FOLD_MAGIC 0x33
|
||||||
|
|
||||||
#endif /* __LINUX_MAGIC_H__ */
|
#endif /* __LINUX_MAGIC_H__ */
|
||||||
|
|
|
||||||
|
|
@ -1174,7 +1174,7 @@ enum {
|
||||||
TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME, /* s64 */
|
TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME, /* s64 */
|
||||||
TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION, /* s64 */
|
TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION, /* s64 */
|
||||||
TCA_TAPRIO_ATTR_FLAGS, /* u32 */
|
TCA_TAPRIO_ATTR_FLAGS, /* u32 */
|
||||||
TCA_TAPRIO_ATTR_TXTIME_DELAY, /* s32 */
|
TCA_TAPRIO_ATTR_TXTIME_DELAY, /* u32 */
|
||||||
__TCA_TAPRIO_ATTR_MAX,
|
__TCA_TAPRIO_ATTR_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue