1/* Generated by ./xlat/gen.sh from ./xlat/sysctl_net_unix.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat sysctl_net_unix in mpers mode
6
7#else
8
9static
10const struct xlat sysctl_net_unix[] = {
11 XLAT(NET_UNIX_DESTROY_DELAY),
12 XLAT(NET_UNIX_DELETE_DELAY),
13 XLAT(NET_UNIX_MAX_DGRAM_QLEN),
14 XLAT_END
15};
16
17#endif /* !IN_MPERS */
18