nh_common         126 include/net/ip6_fib.h 	struct fib_nh_common	nh_common;
nh_common         104 include/net/ip_fib.h 	struct fib_nh_common	nh_common;
nh_common         112 include/net/ip_fib.h #define fib_nh_family		nh_common.nhc_family
nh_common         113 include/net/ip_fib.h #define fib_nh_dev		nh_common.nhc_dev
nh_common         114 include/net/ip_fib.h #define fib_nh_oif		nh_common.nhc_oif
nh_common         115 include/net/ip_fib.h #define fib_nh_flags		nh_common.nhc_flags
nh_common         116 include/net/ip_fib.h #define fib_nh_lws		nh_common.nhc_lwtstate
nh_common         117 include/net/ip_fib.h #define fib_nh_scope		nh_common.nhc_scope
nh_common         118 include/net/ip_fib.h #define fib_nh_gw_family	nh_common.nhc_gw_family
nh_common         119 include/net/ip_fib.h #define fib_nh_gw4		nh_common.nhc_gw.ipv4
nh_common         120 include/net/ip_fib.h #define fib_nh_gw6		nh_common.nhc_gw.ipv6
nh_common         121 include/net/ip_fib.h #define fib_nh_weight		nh_common.nhc_weight
nh_common         122 include/net/ip_fib.h #define fib_nh_upper_bound	nh_common.nhc_upper_bound
nh_common         476 include/net/ip_fib.h 		nh = container_of(nhc, struct fib_nh, nh_common);
nh_common         218 include/net/nexthop.h 	BUILD_BUG_ON(offsetof(struct fib_nh, nh_common) != 0);
nh_common         219 include/net/nexthop.h 	BUILD_BUG_ON(offsetof(struct fib6_nh, nh_common) != 0);
nh_common         277 include/net/nexthop.h 	return &fi->fib_nh[nhsel].nh_common;
nh_common         227 net/ipv4/fib_semantics.c 	fib_nh_common_release(&fib_nh->nh_common);
nh_common         610 net/ipv4/fib_semantics.c 	err = fib_nh_common_init(&nh->nh_common, cfg->fc_encap,
nh_common        1288 net/ipv4/fib_semantics.c 	nh = container_of(nhc, struct fib_nh, nh_common);
nh_common        1305 net/ipv4/fib_semantics.c 		nh = container_of(nhc, struct fib_nh, nh_common);
nh_common        1526 net/ipv4/fib_semantics.c 			fib_info_update_nhc_saddr(net, &nexthop_nh->nh_common,
nh_common        1702 net/ipv4/fib_semantics.c 		if (fib_add_nexthop(skb, &nh->nh_common, nh->fib_nh_weight,
nh_common        1787 net/ipv4/fib_semantics.c 			nh = container_of(nhc, struct fib_nh, nh_common);
nh_common        1910 net/ipv4/fib_semantics.c 			fib_nhc_update_mtu(&nh->nh_common, dev->mtu, orig_mtu);
nh_common        2175 net/ipv4/fib_semantics.c 				res->nhc = &nexthop_nh->nh_common;
nh_common        2184 net/ipv4/fib_semantics.c 		res->nhc = &nexthop_nh->nh_common;
nh_common        1193 net/ipv4/nexthop.c 		fib_info_update_nhc_saddr(net, &fib_nh->nh_common,
nh_common        1587 net/ipv4/route.c 			nh = container_of(nhc, struct fib_nh, nh_common);
nh_common        3508 net/ipv6/route.c 	err = fib_nh_common_init(&fib6_nh->nh_common, cfg->fc_encap,
nh_common        3571 net/ipv6/route.c 	fib_nh_common_release(&fib6_nh->nh_common);
nh_common        5385 net/ipv6/route.c 		if (fib_nexthop_info(skb, &fib6_nh->nh_common, AF_INET6,
nh_common        5513 net/ipv6/route.c 		if (fib_add_nexthop(skb, &rt->fib6_nh->nh_common,
nh_common        5519 net/ipv6/route.c 			if (fib_add_nexthop(skb, &sibling->fib6_nh->nh_common,
nh_common        5538 net/ipv6/route.c 		if (fib_nexthop_info(skb, &rt->fib6_nh->nh_common, AF_INET6,