Home
last modified time | relevance | path

Searched refs:psock (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Dskmsg.h103 int (*psock_update_sk_prot)(struct sock *sk, struct sk_psock *psock,
130 int sk_msg_recvmsg(struct sock *sk, struct sk_psock *psock, struct msghdr *msg,
139 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes() argument
141 if (psock->apply_bytes) { in sk_msg_apply_bytes()
142 if (psock->apply_bytes < bytes) in sk_msg_apply_bytes()
143 psock->apply_bytes = 0; in sk_msg_apply_bytes()
145 psock->apply_bytes -= bytes; in sk_msg_apply_bytes()
286 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state() argument
289 set_bit(bit, &psock->state); in sk_psock_set_state()
292 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state() argument
[all …]
/include/net/
Daf_unix.h110 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
111 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
Dudp.h522 struct proto *udp_bpf_get_proto(struct sock *sk, struct sk_psock *psock);
523 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
Dtcp.h2318 struct proto *tcp_bpf_get_proto(struct sock *sk, struct sk_psock *psock);
2319 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
Dsock.h1316 struct sk_psock *psock,