Lines Matching defs:psock
132 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes()
282 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
288 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty()
293 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error()
333 static inline void sk_psock_cork_free(struct sk_psock *psock) in sk_psock_cork_free()
343 struct sk_psock *psock, in sk_psock_update_proto()
355 struct sk_psock *psock) in sk_psock_restore_proto()
371 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
377 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
383 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
391 struct sk_psock *psock; in sk_psock_get_checked() local
411 struct sk_psock *psock; in sk_psock_get() local
425 static inline void sk_psock_put(struct sock *sk, struct sk_psock *psock) in sk_psock_put()
431 static inline void sk_psock_data_ready(struct sock *sk, struct sk_psock *psock) in sk_psock_data_ready()