Lines Matching defs:psock

138 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes)  in sk_msg_apply_bytes()
289 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
295 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
301 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
313 static inline void drop_sk_msg(struct sk_psock *psock, struct sk_msg *msg) in drop_sk_msg()
320 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
331 static inline struct sk_msg *sk_psock_dequeue_msg(struct sk_psock *psock) in sk_psock_dequeue_msg()
343 static inline struct sk_msg *sk_psock_peek_msg(struct sk_psock *psock) in sk_psock_peek_msg()
353 static inline struct sk_msg *sk_psock_next_msg(struct sk_psock *psock, in sk_psock_next_msg()
367 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty()
379 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error()
395 static inline int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_init_strp()
400 static inline void sk_psock_start_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_start_strp()
404 static inline void sk_psock_stop_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_stop_strp()
428 static inline void sk_psock_cork_free(struct sk_psock *psock) in sk_psock_cork_free()
438 struct sk_psock *psock) in sk_psock_restore_proto()
446 struct sk_psock *psock; in sk_psock_get() local
458 static inline void sk_psock_put(struct sock *sk, struct sk_psock *psock) in sk_psock_put()
464 static inline void sk_psock_data_ready(struct sock *sk, struct sk_psock *psock) in sk_psock_data_ready()
503 static inline bool sk_psock_strp_enabled(struct sk_psock *psock) in sk_psock_strp_enabled()