Home
last modified time | relevance | path

Searched refs:atm_qos (Results 1 – 9 of 9) sorted by relevance

/linux/include/uapi/linux/
H A Datm.h73 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
160 struct atm_qos { struct
H A Datm_tcp.h40 struct atm_qos qos; /* both directions */
H A Datmsvc.h35 struct atm_qos qos; /* QOS parameters */
H A Datmmpc.h61 struct atm_qos qos;
/linux/net/atm/
H A Dsignaling.h25 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
H A Dcommon.h52 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
H A Dcommon.c696 static int atm_change_qos(struct atm_vcc *vcc, struct atm_qos *qos) in atm_change_qos()
740 static int check_qos(const struct atm_qos *qos) in check_qos()
771 struct atm_qos qos; in vcc_setsockopt()
H A Dsignaling.c197 const struct sockaddr_atmsvc *svc, const struct atm_qos *qos, in sigd_enq2()
H A Dsvc.c437 int svc_change_qos(struct atm_vcc *vcc, struct atm_qos *qos) in svc_change_qos()