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:
parent
6c9cfeaaa4
commit
cd933c16c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user