nlav 689 net/ipv4/fib_semantics.c struct nlattr *nla, *nlav, *attrs = rtnh_attrs(rtnh); nlav 692 net/ipv4/fib_semantics.c nlav = nla_find(attrs, attrlen, RTA_VIA); nlav 693 net/ipv4/fib_semantics.c if (nla && nlav) { nlav 702 net/ipv4/fib_semantics.c } else if (nlav) { nlav 703 net/ipv4/fib_semantics.c ret = fib_gw_from_via(&fib_cfg, nlav, extack); nlav 896 net/ipv4/fib_semantics.c struct nlattr *nla, *nlav, *attrs = rtnh_attrs(rtnh); nlav 899 net/ipv4/fib_semantics.c nlav = nla_find(attrs, attrlen, RTA_VIA); nlav 900 net/ipv4/fib_semantics.c if (nla && nlav) { nlav 910 net/ipv4/fib_semantics.c } else if (nlav) { nlav 914 net/ipv4/fib_semantics.c err = fib_gw_from_via(&cfg2, nlav, extack);