Searched refs:atm_qos (Results 1 – 15 of 15) sorted by relevance
/linux/net/atm/ |
H A D | mpc.h | 44 struct atm_qos qos; 49 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
|
H A D | signaling.h | 25 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
|
H A D | common.h | 52 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
|
H A D | mpoa_proc.c | 250 struct atm_qos qos; in parse_qos() 252 memset(&qos, 0, sizeof(struct atm_qos)); in parse_qos()
|
H A D | common.c | 687 static int atm_change_qos(struct atm_vcc *vcc, struct atm_qos *qos) in atm_change_qos() 731 static int check_qos(const struct atm_qos *qos) in check_qos() 762 struct atm_qos qos; in vcc_setsockopt()
|
H A D | signaling.c | 144 const struct sockaddr_atmsvc *svc, const struct atm_qos *qos, in sigd_enq2()
|
H A D | mpc.c | 177 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos() 1151 memset(&msg->qos, 0, sizeof(struct atm_qos)); in check_qos_and_open_shortcut()
|
/linux/include/uapi/linux/ |
H A D | atm.h | 73 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos) 160 struct atm_qos { struct 161 txtpatm_qos global() argument 162 __ATM_API_ALIGNatm_qos global() argument 164 __ATM_API_ALIGNatm_qos global() argument
|
H A D | atm_tcp.h | 40 struct atm_qos qos; /* both directions */
|
H A D | atmsvc.h | 35 struct atm_qos qos; /* QOS parameters */
|
H A D | atmmpc.h | 61 struct atm_qos qos;
|
/linux/include/linux/ |
H A D | atmdev.h | 102 struct atm_qos qos; /* QOS */ 194 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
|
/linux/drivers/atm/ |
H A D | lanai.c | 1499 struct lanai_vcc *lvcc, const struct atm_qos *qos) in lanai_setup_rx_vci_aal5() 1507 const struct atm_qos *qos) in lanai_setup_tx_vci() 1970 const struct atm_qos *qos) in vci0_is_ok() 1989 const struct atm_qos *qos = &atmvcc->qos; in vci_is_ok() 2067 static int pcr_to_cbricg(const struct atm_qos *qos) in pcr_to_cbricg() 2434 /*const*/ struct atm_qos *qos, int flags) in lanai_change_qos()
|
H A D | eni.c | 1956 static int eni_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flgs) in eni_change_qos()
|
H A D | iphase.c | 2749 static int ia_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags)
|