xlat: add TCP_CLOSE to netlink_states

* xlat/netlink_states.in: Decode state 7 as TCP_CLOSE, since that's what
net core sets socket's initial state to.
This commit is contained in:
Eugene Syromyatnikov 2018-10-20 06:16:05 +02:00 committed by Dmitry V. Levin
parent 6c9cfeaaa4
commit cd933c16c9

View File

@ -1,2 +1,4 @@
NETLINK_UNCONNECTED 0
NETLINK_CONNECTED 1
/* The initial socket state, as set by net/code/sock.c:sock_init_data */
TCP_CLOSE 7