Home
last modified time | relevance | path

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

/linux/include/linux/
H A Datmdev.h78 unsigned long atm_options; /* ATM layer options */ member
145 unsigned long atm_options; /* ATM layer options */ member
186 ATM_SKB(skb)->atm_options = vcc->atm_options; in atm_account_tx()
/linux/net/atm/
H A Dcommon.c164 vcc->atm_options = vcc->aal_options = 0; in vcc_create()
747 vcc->atm_options |= ATM_ATMOPT_CLP; in vcc_setsockopt()
749 vcc->atm_options &= ~ATM_ATMOPT_CLP; in vcc_setsockopt()
776 val = vcc->atm_options & ATM_ATMOPT_CLP ? 1 : 0; in vcc_getsockopt()