Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. */
0003 
0004 #define XDPING_MAX_COUNT    10
0005 #define XDPING_DEFAULT_COUNT    4
0006 
0007 struct pinginfo {
0008     __u64   start;
0009     __be16  seq;
0010     __u16   count;
0011     __u32   pad;
0012     __u64   times[XDPING_MAX_COUNT];
0013 };