Lines Matching refs:sock
48 void (*socket_init) (struct sock *sk);
50 int (*poll_in) (struct sock *sk, size_t target,
52 int (*poll_out) (struct sock *sk, size_t target,
54 void (*handle_notify_pkt) (struct sock *sk,
59 int (*recv_init) (struct sock *sk, size_t target,
61 int (*recv_pre_block) (struct sock *sk, size_t target,
63 int (*recv_pre_dequeue) (struct sock *sk, size_t target,
65 int (*recv_post_dequeue) (struct sock *sk, size_t target,
68 int (*send_init) (struct sock *sk,
70 int (*send_pre_block) (struct sock *sk,
72 int (*send_pre_enqueue) (struct sock *sk,
74 int (*send_post_enqueue) (struct sock *sk, ssize_t written,
76 void (*process_request) (struct sock *sk);
77 void (*process_negotiate) (struct sock *sk);