Lines Matching refs:sk_psock
79 struct sk_psock { struct
103 int (*psock_update_sk_prot)(struct sock *sk, struct sk_psock *psock, argument
130 int sk_msg_recvmsg(struct sock *sk, struct sk_psock *psock, struct msghdr *msg, argument
139 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes()
280 static inline struct sk_psock *sk_psock(const struct sock *sk) in sk_psock() function
286 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
292 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
298 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
310 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
323 static inline struct sk_msg *sk_psock_dequeue_msg(struct sk_psock *psock) in sk_psock_dequeue_msg()
335 static inline struct sk_msg *sk_psock_peek_msg(struct sk_psock *psock) in sk_psock_peek_msg()
345 static inline struct sk_msg *sk_psock_next_msg(struct sk_psock *psock, in sk_psock_next_msg()
359 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty()
371 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error()
379 struct sk_psock *sk_psock_init(struct sock *sk, int node);
380 void sk_psock_stop(struct sk_psock *psock);
383 int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock);
384 void sk_psock_start_strp(struct sock *sk, struct sk_psock *psock);
385 void sk_psock_stop_strp(struct sock *sk, struct sk_psock *psock);
387 static inline int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_init_strp()
392 static inline void sk_psock_start_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_start_strp()
396 static inline void sk_psock_stop_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_stop_strp()
401 void sk_psock_start_verdict(struct sock *sk, struct sk_psock *psock);
402 void sk_psock_stop_verdict(struct sock *sk, struct sk_psock *psock);
404 int sk_psock_msg_verdict(struct sock *sk, struct sk_psock *psock,
418 struct sk_psock_link *sk_psock_link_pop(struct sk_psock *psock);
420 static inline void sk_psock_cork_free(struct sk_psock *psock) in sk_psock_cork_free()
430 struct sk_psock *psock) in sk_psock_restore_proto()
436 static inline struct sk_psock *sk_psock_get(struct sock *sk) in sk_psock_get()
438 struct sk_psock *psock; in sk_psock_get()
441 psock = sk_psock(sk); in sk_psock_get()
448 void sk_psock_drop(struct sock *sk, struct sk_psock *psock);
450 static inline void sk_psock_put(struct sock *sk, struct sk_psock *psock) in sk_psock_put()
456 static inline void sk_psock_data_ready(struct sock *sk, struct sk_psock *psock) in sk_psock_data_ready()
493 int sk_psock_tls_strp_read(struct sk_psock *psock, struct sk_buff *skb);
495 static inline bool sk_psock_strp_enabled(struct sk_psock *psock) in sk_psock_strp_enabled()