Home
last modified time | relevance | path

Searched refs:sk_psock_test_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/core/
Dskmsg.c700 !sk_psock_test_state(psock, SK_PSOCK_TX_ENABLED)) { in sk_psock_verdict_apply()
719 !sk_psock_test_state(psock_other, SK_PSOCK_TX_ENABLED)) in sk_psock_verdict_apply()
800 if (likely(psock && sk_psock_test_state(psock, SK_PSOCK_TX_ENABLED))) in sk_psock_write_space()
/Linux-v5.4/include/linux/
Dskmsg.h383 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state() function