Searched refs:ccid_hc_rx_parse_options (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.15/net/dccp/ | 
| D | ccid.h | 62 	int		(*ccid_hc_rx_parse_options)(struct sock *sk, u8 pkt,  member 211 static inline int ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk,  in ccid_hc_rx_parse_options()  function 214 	if (!ccid || !ccid->ccid_ops->ccid_hc_rx_parse_options)  in ccid_hc_rx_parse_options() 216 	return ccid->ccid_ops->ccid_hc_rx_parse_options(sk, pkt, opt, val, len);  in ccid_hc_rx_parse_options()
  | 
| D | options.c | 215 			if (ccid_hc_rx_parse_options(dp->dccps_hc_rx_ccid, sk,  in dccp_parse_options()
  |