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 <[email protected]> Cc: David S. Miller <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Willem de Bruijn <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent c0bde40 commit 7a36b9d

File tree

1 file changed

+1
-0
lines changed
  • tools/include/uapi/linux

1 file changed

+1
-0
lines changed

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)