Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A 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()
H A Doptions.c230 if (ccid_hc_tx_parse_options(dp->dccps_hc_tx_ccid, sk, in dccp_parse_options()
/openbmc/linux/net/dccp/ccids/
H A Dccid2.c784 .ccid_hc_tx_parse_options = ccid2_hc_tx_parse_options,
H A Dccid3.c851 .ccid_hc_tx_parse_options = ccid3_hc_tx_parse_options,