Home
last modified time | relevance | path

Searched defs:atmtcp_control (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Datm_tcp.h20 struct atmtcp_control { struct
21 struct atmtcp_hdr hdr;
22 int type;
23 atm_kptr_t vcc;
24 struct sockaddr_atmpvc addr;
25 struct atm_qos qos;
26 int result;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Datm_tcp.h33 struct atmtcp_control { struct
34 struct atmtcp_hdr hdr;
35 int type;
36 atm_kptr_t vcc;
37 struct sockaddr_atmpvc addr;
38 struct atm_qos qos;
39 int result;
/kernel/linux/linux-5.10/include/uapi/linux/
Datm_tcp.h35 struct atmtcp_control { struct
36 struct atmtcp_hdr hdr; /* must be first */
37 int type; /* message type; both directions */
38 atm_kptr_t vcc; /* both directions */
39 struct sockaddr_atmpvc addr; /* suggested value from kernel */
40 struct atm_qos qos; /* both directions */
41 int result; /* to kernel only */