Lines Matching defs:psock
145 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes()
292 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
298 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
304 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
316 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
329 static inline struct sk_msg *sk_psock_dequeue_msg(struct sk_psock *psock) in sk_psock_dequeue_msg()
341 static inline struct sk_msg *sk_psock_peek_msg(struct sk_psock *psock) in sk_psock_peek_msg()
351 static inline struct sk_msg *sk_psock_next_msg(struct sk_psock *psock, in sk_psock_next_msg()
365 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty()
377 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error()
393 static inline int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_init_strp()
398 static inline void sk_psock_start_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_start_strp()
402 static inline void sk_psock_stop_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_stop_strp()
426 static inline void sk_psock_cork_free(struct sk_psock *psock) in sk_psock_cork_free()
436 struct sk_psock *psock) in sk_psock_restore_proto()
444 struct sk_psock *psock; in sk_psock_get() local
456 static inline void sk_psock_put(struct sock *sk, struct sk_psock *psock) in sk_psock_put()
462 static inline void sk_psock_data_ready(struct sock *sk, struct sk_psock *psock) in sk_psock_data_ready()
501 static inline bool sk_psock_strp_enabled(struct sk_psock *psock) in sk_psock_strp_enabled()