Skip to content

Commit 7a36b9d

Browse files
committed
tools headers UAPI: update linux/in.h copy
To get the changes from: eba75c5 ("icmp: support rfc 4884") That don't cause any changes in tooling, as we still don't have a [gs]etsockopt 'level' beautifier, will try and have one soon. This silences this tools/perf build warning: Warning: Kernel ABI header at 'tools/include/uapi/linux/in.h' differs from latest version at 'include/uapi/linux/in.h' diff -u tools/include/uapi/linux/in.h include/uapi/linux/in.h Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David S. Miller <davem@davemloft.net> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Willem de Bruijn <willemb@google.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent c0bde40 commit 7a36b9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/include/uapi/linux

tools/include/uapi/linux/in.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ struct in_addr {
123123
#define IP_CHECKSUM 23
124124
#define IP_BIND_ADDRESS_NO_PORT 24
125125
#define IP_RECVFRAGSIZE 25
126+
#define IP_RECVERR_RFC4884 26
126127

127128
/* IP_MTU_DISCOVER values */
128129
#define IP_PMTUDISC_DONT 0 /* Never send DF frames */

0 commit comments

Comments
 (0)