atm_vcc
Regular
4.4
: Absent ⚠️
4.8
: ✅struct atm_vcc {
struct sock sk;
long unsigned int flags;
short int vpi;
int vci;
long unsigned int aal_options;
long unsigned int atm_options;
struct atm_dev *dev;
struct atm_qos qos;
struct atm_sap sap;
void (*release_cb)(struct atm_vcc *);
void (*push)(struct atm_vcc *, struct sk_buff *);
void (*pop)(struct atm_vcc *, struct sk_buff *);
int (*push_oam)(struct atm_vcc *, void *);
int (*send)(struct atm_vcc *, struct sk_buff *);
void *dev_data;
void *proto_data;
struct k_atm_aal_stats *stats;
struct module *owner;
short int itf;
struct sockaddr_atmsvc local;
struct sockaddr_atmsvc remote;
struct atm_vcc *session;
void *user_back;
};
4.10
: ✅struct atm_vcc {
struct sock sk;
long unsigned int flags;
short int vpi;
int vci;
long unsigned int aal_options;
long unsigned int atm_options;
struct atm_dev *dev;
struct atm_qos qos;
struct atm_sap sap;
void (*release_cb)(struct atm_vcc *);
void (*push)(struct atm_vcc *, struct sk_buff *);
void (*pop)(struct atm_vcc *, struct sk_buff *);
int (*push_oam)(struct atm_vcc *, void *);
int (*send)(struct atm_vcc *, struct sk_buff *);
void *dev_data;
void *proto_data;
struct k_atm_aal_stats *stats;
struct module *owner;
short int itf;
struct sockaddr_atmsvc local;
struct sockaddr_atmsvc remote;
struct atm_vcc *session;
void *user_back;
};
4.13
: ✅struct atm_vcc {
struct sock sk;
long unsigned int flags;
short int vpi;
int vci;
long unsigned int aal_options;
long unsigned int atm_options;
struct atm_dev *dev;
struct atm_qos qos;
struct atm_sap sap;
void (*release_cb)(struct atm_vcc *);
void (*push)(struct atm_vcc *, struct sk_buff *);
void (*pop)(struct atm_vcc *, struct sk_buff *);
int (*push_oam)(struct atm_vcc *, void *);
int (*send)(struct atm_vcc *, struct sk_buff *);
void *dev_data;
void *proto_data;
struct k_atm_aal_stats *stats;
struct module *owner;
short int itf;
struct sockaddr_atmsvc local;
struct sockaddr_atmsvc remote;
struct atm_vcc *session;
void *user_back;
};
4.15
: ✅struct atm_vcc {
struct sock sk;
long unsigned int flags;
short int vpi;
int vci;
long unsigned int aal_options;
long unsigned int atm_options;
struct atm_dev *dev;
struct atm_qos qos;
struct atm_sap sap;
void (*release_cb)(struct atm_vcc *);
void (*push)(struct atm_vcc *, struct sk_buff *);
void (*pop)(struct atm_vcc *, struct sk_buff *);
int (*push_oam)(struct atm_vcc *, void *);
int (*send)(struct atm_vcc *, struct sk_buff *);
void *dev_data;
void *proto_data;
struct k_atm_aal_stats *stats;
struct module *owner;
short int itf;
struct sockaddr_atmsvc local;
struct sockaddr_atmsvc remote;
struct atm_vcc *session;
void *user_back;
};
4.18
: ✅struct atm_vcc {
struct sock sk;
long unsigned int flags;
short int vpi;
int vci;
long unsigned int aal_options;
long unsigned int atm_options;
struct atm_dev *dev;
struct atm_qos qos;
struct atm_sap sap;
void (*release_cb)(struct atm_vcc *);
void (*push)(struct atm_vcc *, struct sk_buff *);
void (*pop)(struct atm_vcc *, struct sk_buff *);
int (*push_oam)(struct atm_vcc *, void *);
int (*send)(struct atm_vcc *, struct sk_buff *);
void *dev_data;
void *proto_data;
struct k_atm_aal_stats *stats;
struct module *owner;
short int itf;
struct sockaddr_atmsvc local;
struct sockaddr_atmsvc remote;
struct atm_vcc *session;
void *user_back;
};
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅