Lines Matching refs:sk_psock
85 struct sk_psock { struct
136 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes()
282 static inline struct sk_psock *sk_psock(const struct sock *sk) in sk_psock() function
287 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
293 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty()
298 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error()
306 struct sk_psock *sk_psock_init(struct sock *sk, int node);
308 int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock);
309 void sk_psock_start_strp(struct sock *sk, struct sk_psock *psock);
310 void sk_psock_stop_strp(struct sock *sk, struct sk_psock *psock);
311 void sk_psock_start_verdict(struct sock *sk, struct sk_psock *psock);
312 void sk_psock_stop_verdict(struct sock *sk, struct sk_psock *psock);
314 int sk_psock_msg_verdict(struct sock *sk, struct sk_psock *psock,
328 struct sk_psock_link *sk_psock_link_pop(struct sk_psock *psock);
330 void __sk_psock_purge_ingress_msg(struct sk_psock *psock);
332 static inline void sk_psock_cork_free(struct sk_psock *psock) in sk_psock_cork_free()
342 struct sk_psock *psock, in sk_psock_update_proto()
350 struct sk_psock *psock) in sk_psock_restore_proto()
362 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
368 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
374 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
380 static inline struct sk_psock *sk_psock_get(struct sock *sk) in sk_psock_get()
382 struct sk_psock *psock; in sk_psock_get()
385 psock = sk_psock(sk); in sk_psock_get()
392 void sk_psock_stop(struct sock *sk, struct sk_psock *psock);
394 void sk_psock_drop(struct sock *sk, struct sk_psock *psock);
396 static inline void sk_psock_put(struct sock *sk, struct sk_psock *psock) in sk_psock_put()
402 static inline void sk_psock_data_ready(struct sock *sk, struct sk_psock *psock) in sk_psock_data_ready()
438 int sk_psock_tls_strp_read(struct sk_psock *psock, struct sk_buff *skb);
440 static inline bool sk_psock_strp_enabled(struct sk_psock *psock) in sk_psock_strp_enabled()