Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dccid.c185 if (ccid->ccid_ops->ccid_hc_tx_exit != NULL) in ccid_hc_tx_delete()
186 ccid->ccid_ops->ccid_hc_tx_exit(sk); in ccid_hc_tx_delete()
H A Dccid.h59 void (*ccid_hc_tx_exit)(struct sock *sk); member
/openbmc/linux/net/dccp/ccids/
H A Dccid2.c781 .ccid_hc_tx_exit = ccid2_hc_tx_exit,
H A Dccid3.c847 .ccid_hc_tx_exit = ccid3_hc_tx_exit,