diff options
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/bpf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 6f68438aa4ed..81be929b89fc 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h | |||
@@ -3248,7 +3248,7 @@ struct bpf_sock_addr { | |||
3248 | __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. | 3248 | __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. |
3249 | * Stored in network byte order. | 3249 | * Stored in network byte order. |
3250 | */ | 3250 | */ |
3251 | __u32 user_ip6[4]; /* Allows 1,2,4-byte read and 4,8-byte write. | 3251 | __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. |
3252 | * Stored in network byte order. | 3252 | * Stored in network byte order. |
3253 | */ | 3253 | */ |
3254 | __u32 user_port; /* Allows 4-byte read and write. | 3254 | __u32 user_port; /* Allows 4-byte read and write. |
@@ -3260,7 +3260,7 @@ struct bpf_sock_addr { | |||
3260 | __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. | 3260 | __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. |
3261 | * Stored in network byte order. | 3261 | * Stored in network byte order. |
3262 | */ | 3262 | */ |
3263 | __u32 msg_src_ip6[4]; /* Allows 1,2,4-byte read and 4,8-byte write. | 3263 | __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. |
3264 | * Stored in network byte order. | 3264 | * Stored in network byte order. |
3265 | */ | 3265 | */ |
3266 | __bpf_md_ptr(struct bpf_sock *, sk); | 3266 | __bpf_md_ptr(struct bpf_sock *, sk); |