Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Datmdev.h100 unsigned long atm_options; /* ATM layer options */ member
208 unsigned long atm_options; /* ATM layer options */ member
249 ATM_SKB(skb)->atm_options = vcc->atm_options; in atm_account_tx()
/Linux-v5.15/net/atm/
Dcommon.c168 vcc->atm_options = vcc->aal_options = 0; in vcc_create()
780 vcc->atm_options |= ATM_ATMOPT_CLP; in vcc_setsockopt()
782 vcc->atm_options &= ~ATM_ATMOPT_CLP; in vcc_setsockopt()
808 return put_user(vcc->atm_options & ATM_ATMOPT_CLP ? 1 : 0, in vcc_getsockopt()
/Linux-v5.15/net/sched/
Dsch_atm.c414 ATM_SKB(skb)->atm_options = flow->vcc->atm_options; in atm_tc_enqueue()
430 ATM_SKB(skb)->atm_options |= ATM_ATMOPT_CLP; in atm_tc_enqueue()
/Linux-v5.15/drivers/atm/
Dzatm.c662 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? in do_tx()
686 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? in do_tx()
Deni.c1156 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? MID_SEG_CLP : 0), in do_tx()
Dlanai.c1178 ((lvcc->tx.atmvcc->atm_options & ATM_ATMOPT_CLP) ? in vcc_tx_add_aal5_descriptor()
Dnicstar.c1682 atm_options & ATM_ATMOPT_CLP ? 1 : 0); in _ns_send()