rx_oos_packets     78 include/uapi/linux/ppp-ioctl.h 	__aligned_u64	rx_oos_packets;
rx_oos_packets    379 net/l2tp/l2tp_core.c 			atomic_long_inc(&session->stats.rx_oos_packets);
rx_oos_packets     40 net/l2tp/l2tp_core.h 	atomic_long_t		rx_oos_packets;
rx_oos_packets    368 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&tunnel->stats.rx_oos_packets),
rx_oos_packets    765 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&session->stats.rx_oos_packets),
rx_oos_packets   1032 net/l2tp/l2tp_ppp.c 	dest->rx_oos_packets = atomic_long_read(&stats->rx_oos_packets);