Home
last modified time | relevance | path

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

/openbmc/linux/net/atm/
H A Dcommon.c780 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()
/openbmc/linux/include/linux/
H A Datmdev.h90 #define ATM_ATMOPT_CLP 1 /* set CLP bit */ macro
/openbmc/linux/drivers/atm/
H A Deni.c1158 (ATM_SKB(skb)->atm_options & ATM_ATMOPT_CLP ? MID_SEG_CLP : 0), in do_tx()
H A Dlanai.c1178 ((lvcc->tx.atmvcc->atm_options & ATM_ATMOPT_CLP) ? in vcc_tx_add_aal5_descriptor()
H A Dnicstar.c1676 atm_options & ATM_ATMOPT_CLP ? 1 : 0); in _ns_send()