table of contents
other versions
- stretch 4.9.168-1
SK_STATE_STORE(9) | Linux Networking | SK_STATE_STORE(9) |
NAME¶
sk_state_store - update sk->sk_stateSYNOPSIS¶
void sk_state_store(struct sock * sk, int newstate);
ARGUMENTS¶
sksocket pointer
newstate
new state
DESCRIPTION¶
Paired with sk_state_load. Should be used in contexts where state change might impact lockless readers.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |