OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2TP_ATTR_TX_PACKETS
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
l2tp.h
97
L2TP_ATTR_TX_PACKETS
,
/external/iproute2/include/uapi/linux/
l2tp.h
138
L2TP_ATTR_TX_PACKETS
, /* u64 */
/external/kernel-headers/original/uapi/linux/
l2tp.h
138
L2TP_ATTR_TX_PACKETS
, /* u64 */
/external/iproute2/ip/
ipl2tp.c
394
if (tb[
L2TP_ATTR_TX_PACKETS
])
395
data->stats.data_tx_packets = rta_getattr_u64(tb[
L2TP_ATTR_TX_PACKETS
]);
Completed in 99 milliseconds