Lines Matching refs:sock
15 struct sock;
41 void (*notify_new_call)(struct sock *sk, struct rxrpc_call *call,
45 void (*notify_oob)(struct sock *sk, struct sk_buff *oob);
48 typedef void (*rxrpc_notify_rx_t)(struct sock *, struct rxrpc_call *,
50 typedef void (*rxrpc_notify_end_tx_t)(struct sock *, struct rxrpc_call *,
53 void rxrpc_kernel_set_notifications(struct socket *sock,
55 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock,
74 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call);
75 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call);
76 struct rxrpc_peer *rxrpc_kernel_lookup_peer(struct socket *sock,
80 struct rxrpc_peer *rxrpc_kernel_get_call_peer(struct socket *sock, struct rxrpc_call *call);
86 int rxrpc_kernel_charge_accept(struct socket *sock, rxrpc_notify_rx_t notify_rx,
92 int rxrpc_sock_set_min_security_level(struct sock *sk, unsigned int val);
93 int rxrpc_sock_set_security_keyring(struct sock *, struct key *);
94 int rxrpc_sock_set_manage_response(struct sock *sk, bool set);
99 struct sk_buff *rxrpc_kernel_dequeue_oob(struct socket *sock,