Lines Matching defs:psock
155 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes()
302 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
308 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
314 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
326 static inline u32 sk_psock_get_msg_len_nolock(struct sk_psock *psock) in sk_psock_get_msg_len_nolock()
332 static inline void sk_psock_msg_len_add_locked(struct sk_psock *psock, int diff) in sk_psock_msg_len_add_locked()
340 static inline void sk_psock_msg_len_add(struct sk_psock *psock, int diff) in sk_psock_msg_len_add()
347 static inline bool sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
366 static inline struct sk_msg *sk_psock_dequeue_msg(struct sk_psock *psock) in sk_psock_dequeue_msg()
380 static inline struct sk_msg *sk_psock_peek_msg_locked(struct sk_psock *psock) in sk_psock_peek_msg_locked()
385 static inline struct sk_msg *sk_psock_peek_msg(struct sk_psock *psock) in sk_psock_peek_msg()
395 static inline struct sk_msg *sk_psock_next_msg(struct sk_psock *psock, in sk_psock_next_msg()
409 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty()
421 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error()
437 static inline int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_init_strp()
442 static inline void sk_psock_start_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_start_strp()
446 static inline void sk_psock_stop_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_stop_strp()
472 static inline void sk_psock_cork_free(struct sk_psock *psock) in sk_psock_cork_free()
482 struct sk_psock *psock) in sk_psock_restore_proto()
490 struct sk_psock *psock; in sk_psock_get() local
502 static inline void sk_psock_put(struct sock *sk, struct sk_psock *psock) in sk_psock_put()
508 static inline void sk_psock_data_ready(struct sock *sk, struct sk_psock *psock) in sk_psock_data_ready()
549 static inline bool sk_psock_strp_enabled(struct sk_psock *psock) in sk_psock_strp_enabled()
559 struct sk_psock *psock; in sk_psock_msg_inq() local
573 struct sk_psock *psock; in sk_msg_first_len() local