Searched refs:ATM_ATMOPT_CLP (Results 1 – 7 of 7) sorted by relevance
88 #define ATM_ATMOPT_CLP 1 /* set CLP bit */ macro
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()
410 ATM_SKB(skb)->atm_options |= ATM_ATMOPT_CLP; in atm_tc_enqueue()
659 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? in do_tx()683 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? in do_tx()
1158 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? MID_SEG_CLP : 0), in do_tx()
1183 ((lvcc->tx.atmvcc->atm_options & ATM_ATMOPT_CLP) ? in vcc_tx_add_aal5_descriptor()
1676 atm_options & ATM_ATMOPT_CLP ? 1 : 0); in ns_send()