Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/atm/
Dcommon.c348 static int adjust_tp(struct atm_trafprm *tp,unsigned char aal) in adjust_tp() function
410 if (!error) error = adjust_tp(&vcc->qos.txtp,vcc->qos.aal); in __vcc_connect()
411 if (!error) error = adjust_tp(&vcc->qos.rxtp,vcc->qos.aal); in __vcc_connect()
948 error = adjust_tp(&qos->txtp,qos->aal); in atm_change_qos()
949 if (!error) error = adjust_tp(&qos->rxtp,qos->aal); in atm_change_qos()