Searched refs:ccid_hc_tx_parse_options (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/net/dccp/ | 
| D | ccid.h | 71 	int		(*ccid_hc_tx_parse_options)(struct sock *sk, u8 pkt,  member 202 static inline int ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk,  in ccid_hc_tx_parse_options()  function 205 	if (ccid->ccid_ops->ccid_hc_tx_parse_options == NULL)  in ccid_hc_tx_parse_options() 207 	return ccid->ccid_ops->ccid_hc_tx_parse_options(sk, pkt, opt, val, len);  in ccid_hc_tx_parse_options()
  | 
| D | options.c | 233 			if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk,  in dccp_parse_options()
  | 
| /linux-4.4.14/net/dccp/ccids/ | 
| D | ccid2.c | 775 	.ccid_hc_tx_parse_options = ccid2_hc_tx_parse_options,
  | 
| D | ccid3.c | 855 	.ccid_hc_tx_parse_options  = ccid3_hc_tx_parse_options,
  |