Lines Matching refs:sock
59 int (*ccid_hc_rx_init)(struct ccid *ccid, struct sock *sk);
60 int (*ccid_hc_tx_init)(struct ccid *ccid, struct sock *sk);
61 void (*ccid_hc_rx_exit)(struct sock *sk);
62 void (*ccid_hc_tx_exit)(struct sock *sk);
63 void (*ccid_hc_rx_packet_recv)(struct sock *sk,
65 int (*ccid_hc_rx_parse_options)(struct sock *sk, u8 pkt,
67 int (*ccid_hc_rx_insert_options)(struct sock *sk,
69 void (*ccid_hc_tx_packet_recv)(struct sock *sk,
71 int (*ccid_hc_tx_parse_options)(struct sock *sk, u8 pkt,
73 int (*ccid_hc_tx_send_packet)(struct sock *sk,
75 void (*ccid_hc_tx_packet_sent)(struct sock *sk,
77 void (*ccid_hc_rx_get_info)(struct sock *sk,
79 void (*ccid_hc_tx_get_info)(struct sock *sk,
81 int (*ccid_hc_rx_getsockopt)(struct sock *sk,
85 int (*ccid_hc_tx_getsockopt)(struct sock *sk,
111 int ccid_getsockopt_builtin_ccids(struct sock *sk, int len,
114 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx);
134 void ccid_hc_rx_delete(struct ccid *ccid, struct sock *sk);
135 void ccid_hc_tx_delete(struct ccid *ccid, struct sock *sk);
166 static inline int ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_send_packet()
174 static inline void ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_packet_sent()
181 static inline void ccid_hc_rx_packet_recv(struct ccid *ccid, struct sock *sk, in ccid_hc_rx_packet_recv()
188 static inline void ccid_hc_tx_packet_recv(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_packet_recv()
202 static inline int ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_parse_options()
214 static inline int ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, in ccid_hc_rx_parse_options()
222 static inline int ccid_hc_rx_insert_options(struct ccid *ccid, struct sock *sk, in ccid_hc_rx_insert_options()
230 static inline void ccid_hc_rx_get_info(struct ccid *ccid, struct sock *sk, in ccid_hc_rx_get_info()
237 static inline void ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_get_info()
244 static inline int ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, in ccid_hc_rx_getsockopt()
255 static inline int ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_getsockopt()