Home
last modified time | relevance | path

Searched refs:atm_options (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Datmdev.h100 unsigned long atm_options; /* ATM layer options */ member
207 unsigned long atm_options; /* ATM layer options */ member
248 ATM_SKB(skb)->atm_options = vcc->atm_options; in atm_account_tx()
/kernel/linux/linux-6.6/include/linux/
H A 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()
/kernel/linux/linux-5.10/net/atm/
H A 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()
/kernel/linux/linux-6.6/net/atm/
H A 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()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_atm.c416 ATM_SKB(skb)->atm_options = flow->vcc->atm_options; in atm_tc_enqueue()
432 ATM_SKB(skb)->atm_options |= ATM_ATMOPT_CLP; in atm_tc_enqueue()
516 /* atm.atm_options are already set by atm_tc_enqueue */ in sch_atm_dequeue()
/kernel/linux/linux-5.10/drivers/atm/
H A 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()
H A Deni.c1158 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? MID_SEG_CLP : 0), in do_tx()
H A Dlanai.c1179 ((lvcc->tx.atmvcc->atm_options & ATM_ATMOPT_CLP) ? in vcc_tx_add_aal5_descriptor()
H A Dnicstar.c1680 atm_options & ATM_ATMOPT_CLP ? 1 : 0); in ns_send()
/kernel/linux/linux-6.6/drivers/atm/
H A Dlanai.c1178 ((lvcc->tx.atmvcc->atm_options & ATM_ATMOPT_CLP) ? in vcc_tx_add_aal5_descriptor()
H A Deni.c1158 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? MID_SEG_CLP : 0), in do_tx()
H A Dnicstar.c1676 atm_options & ATM_ATMOPT_CLP ? 1 : 0); in _ns_send()

Completed in 27 milliseconds