diff options
Diffstat (limited to 'include/linux/errqueue.h')
| -rw-r--r-- | include/linux/errqueue.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/errqueue.h b/include/linux/errqueue.h index 034072cea85..c9f522bd17e 100644 --- a/include/linux/errqueue.h +++ b/include/linux/errqueue.h @@ -17,7 +17,8 @@ struct sock_extended_err {  #define SO_EE_ORIGIN_LOCAL	1  #define SO_EE_ORIGIN_ICMP	2  #define SO_EE_ORIGIN_ICMP6	3 -#define SO_EE_ORIGIN_TIMESTAMPING 4 +#define SO_EE_ORIGIN_TXSTATUS	4 +#define SO_EE_ORIGIN_TIMESTAMPING SO_EE_ORIGIN_TXSTATUS  #define SO_EE_OFFENDER(ee)	((struct sockaddr*)((ee)+1))  |