Home
last modified time | relevance | path

Searched defs:psock (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dskmsg.h139 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes()
291 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
297 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
303 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
315 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
328 static inline struct sk_msg *sk_psock_dequeue_msg(struct sk_psock *psock) in sk_psock_dequeue_msg()
340 static inline struct sk_msg *sk_psock_peek_msg(struct sk_psock *psock) in sk_psock_peek_msg()
350 static inline struct sk_msg *sk_psock_next_msg(struct sk_psock *psock, in sk_psock_next_msg()
364 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty()
376 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error()
[all …]