Home
last modified time | relevance | path

Searched refs:L2TP_ATTR_RX_OOS_PACKETS (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/linux/
Dl2tp.h141 L2TP_ATTR_RX_OOS_PACKETS, /* u64 */ enumerator
/external/kernel-headers/original/uapi/linux/
Dl2tp.h143 L2TP_ATTR_RX_OOS_PACKETS, /* u64 */ enumerator
/external/iproute2/ip/
Dipl2tp.c351 if (tb[L2TP_ATTR_RX_OOS_PACKETS]) in get_response()
352 data->stats.data_rx_oos_packets = rta_getattr_u64(tb[L2TP_ATTR_RX_OOS_PACKETS]); in get_response()