Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Datmdev.h98 unsigned long atm_options; /* ATM layer options */ member
214 unsigned long atm_options; /* ATM layer options */ member
/linux-4.4.14/net/atm/
Dcommon.c172 vcc->atm_options = vcc->aal_options = 0; in vcc_create()
632 ATM_SKB(skb)->atm_options = vcc->atm_options; in vcc_sendmsg()
776 vcc->atm_options |= ATM_ATMOPT_CLP; in vcc_setsockopt()
778 vcc->atm_options &= ~ATM_ATMOPT_CLP; in vcc_setsockopt()
809 return put_user(vcc->atm_options & ATM_ATMOPT_CLP ? 1 : 0, in vcc_getsockopt()
Dpppoatm.c354 ATM_SKB(skb)->atm_options = ATM_SKB(skb)->vcc->atm_options; in pppoatm_send()
Dbr2684.c256 ATM_SKB(skb)->atm_options = atmvcc->atm_options; in br2684_xmit_vcc()
Dclip.c385 ATM_SKB(skb)->atm_options = vcc->atm_options; in clip_start_xmit()
Dmpc.c559 ATM_SKB(skb)->atm_options = entry->shortcut->atm_options; in send_via_shortcut()
Dlec.c182 ATM_SKB(skb)->atm_options = vcc->atm_options; in lec_send()
/linux-4.4.14/net/sched/
Dsch_atm.c395 ATM_SKB(skb)->atm_options = flow->vcc->atm_options; in atm_tc_enqueue()
410 ATM_SKB(skb)->atm_options |= ATM_ATMOPT_CLP; in atm_tc_enqueue()
/linux-4.4.14/drivers/atm/
Dzatm.c659 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? in do_tx()
683 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? in do_tx()
Deni.c1158 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? MID_SEG_CLP : 0), in do_tx()
Dlanai.c1183 ((lvcc->tx.atmvcc->atm_options & ATM_ATMOPT_CLP) ? in vcc_tx_add_aal5_descriptor()
Dnicstar.c1676 atm_options & ATM_ATMOPT_CLP ? 1 : 0); in ns_send()