1ENUM MPATH_INFO_FLAG(9)    Actions and configuration   ENUM MPATH_INFO_FLAG(9)
2
3
4

NAME

6       enum_mpath_info_flags - mesh path information flags
7

SYNOPSIS

9       enum mpath_info_flags {
10         MPATH_INFO_FRAME_QLEN,
11         MPATH_INFO_SN,
12         MPATH_INFO_METRIC,
13         MPATH_INFO_EXPTIME,
14         MPATH_INFO_DISCOVERY_TIMEOUT,
15         MPATH_INFO_DISCOVERY_RETRIES,
16         MPATH_INFO_FLAGS
17       };
18

CONSTANTS

20       MPATH_INFO_FRAME_QLEN
21           frame_qlen filled
22
23       MPATH_INFO_SN
24           sn filled
25
26       MPATH_INFO_METRIC
27           metric filled
28
29       MPATH_INFO_EXPTIME
30           exptime filled
31
32       MPATH_INFO_DISCOVERY_TIMEOUT
33           discovery_timeout filled
34
35       MPATH_INFO_DISCOVERY_RETRIES
36           discovery_retries filled
37
38       MPATH_INFO_FLAGS
39           flags filled
40

DESCRIPTION

42       Used by the driver to indicate which info in struct mpath_info it has
43       filled in during get_station or dump_station.
44

AUTHOR

46       Johannes Berg <johannes@sipsolutions.net>
47           Author.
48
50Kernel Hackers Manual 3.10         June 2019           ENUM MPATH_INFO_FLAG(9)
Impressum