Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dicmp.c1099 } tab_unreach[] = { variable
1139 if (code < ARRAY_SIZE(tab_unreach)) { in icmpv6_err_convert()
1140 *err = tab_unreach[code].err; in icmpv6_err_convert()
1141 fatal = tab_unreach[code].fatal; in icmpv6_err_convert()