Home
last modified time | relevance | path

Searched defs:pppol2tp_ioc_stats (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/include/uapi/linux/
Dppp-ioctl.h68 struct pppol2tp_ioc_stats { struct
69 __u16 tunnel_id; /* redundant */
70 __u16 session_id; /* if zero, get tunnel stats */
71 __u32 using_ipsec:1;
72 __aligned_u64 tx_packets;
73 __aligned_u64 tx_bytes;
74 __aligned_u64 tx_errors;
75 __aligned_u64 rx_packets;
76 __aligned_u64 rx_bytes;
77 __aligned_u64 rx_seq_discards;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dppp-ioctl.h50 struct pppol2tp_ioc_stats { struct
51 __u16 tunnel_id;
52 __u16 session_id;
53 __u32 using_ipsec:1;
54 __aligned_u64 tx_packets;
55 __aligned_u64 tx_bytes;
56 __aligned_u64 tx_errors;
57 __aligned_u64 rx_packets;
58 __aligned_u64 rx_bytes;
59 __aligned_u64 rx_seq_discards;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dppp-ioctl.h63 struct pppol2tp_ioc_stats { struct
64 __u16 tunnel_id;
65 __u16 session_id;
66 __u32 using_ipsec : 1;
67 __aligned_u64 tx_packets;
68 __aligned_u64 tx_bytes;
69 __aligned_u64 tx_errors;
70 __aligned_u64 rx_packets;
71 __aligned_u64 rx_bytes;
72 __aligned_u64 rx_seq_discards;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dppp-ioctl.h63 struct pppol2tp_ioc_stats { struct
64 __u16 tunnel_id;
65 __u16 session_id;
66 __u32 using_ipsec : 1;
67 __aligned_u64 tx_packets;
68 __aligned_u64 tx_bytes;
69 __aligned_u64 tx_errors;
70 __aligned_u64 rx_packets;
71 __aligned_u64 rx_bytes;
72 __aligned_u64 rx_seq_discards;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dppp-ioctl.h68 struct pppol2tp_ioc_stats { struct
69 __u16 tunnel_id; /* redundant */
70 __u16 session_id; /* if zero, get tunnel stats */
71 __u32 using_ipsec:1;
72 __aligned_u64 tx_packets;
73 __aligned_u64 tx_bytes;
74 __aligned_u64 tx_errors;
75 __aligned_u64 rx_packets;
76 __aligned_u64 rx_bytes;
77 __aligned_u64 rx_seq_discards;
[all …]