Home
last modified time | relevance | path

Searched refs:ccid_hc_tx_parse_options (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/dccp/
Dccid.h68 int (*ccid_hc_tx_parse_options)(struct sock *sk, u8 pkt, member
199 static inline int ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_parse_options() function
202 if (!ccid || !ccid->ccid_ops->ccid_hc_tx_parse_options) in ccid_hc_tx_parse_options()
204 return ccid->ccid_ops->ccid_hc_tx_parse_options(sk, pkt, opt, val, len); in ccid_hc_tx_parse_options()
Doptions.c229 if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk, in dccp_parse_options()
/Linux-v5.4/net/dccp/ccids/
Dccid3.c845 .ccid_hc_tx_parse_options = ccid3_hc_tx_parse_options,
Dccid2.c779 .ccid_hc_tx_parse_options = ccid2_hc_tx_parse_options,