Searched refs:rtnexthop (Results 1 – 13 of 13) sorted by relevance
/linux/include/net/ |
A D | rtnh.h | 8 static inline int rtnh_ok(const struct rtnexthop *rtnh, int remaining) in rtnh_ok() 15 static inline struct rtnexthop *rtnh_next(const struct rtnexthop *rtnh, in rtnh_next() 21 return (struct rtnexthop *) ((char *) rtnh + totlen); in rtnh_next() 24 static inline struct nlattr *rtnh_attrs(const struct rtnexthop *rtnh) in rtnh_attrs() 29 static inline int rtnh_attrlen(const struct rtnexthop *rtnh) in rtnh_attrlen()
|
A D | ip_fib.h | 45 struct rtnexthop *fc_mp;
|
/linux/include/uapi/linux/ |
A D | rtnetlink.h | 400 struct rtnexthop { struct 424 #define RTNH_OK(rtnh,len) ((rtnh)->rtnh_len >= sizeof(struct rtnexthop) && \ argument 426 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) 427 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
|
/linux/net/core/ |
A D | lwtunnel.c | 187 struct rtnexthop *rtnh = (struct rtnexthop *)attr; in lwtunnel_valid_encap_type_attr()
|
/linux/net/decnet/ |
A D | dn_table.c | 231 struct rtnexthop *nhp; in dn_fib_nh_match() 252 int attrlen = nhlen - sizeof(struct rtnexthop); in dn_fib_nh_match() 289 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); in dn_fib_nlmsg_size() 348 struct rtnexthop *nhp; in dn_fib_dump_info()
|
A D | dn_fib.c | 151 struct rtnexthop *nhp = nla_data(attr); in dn_fib_count_nhs() 166 struct rtnexthop *nhp = nla_data(attr); in dn_fib_get_nhs()
|
/linux/net/ipv4/ |
A D | fib_semantics.c | 474 size_t nhsize = nla_total_size(sizeof(struct rtnexthop)); in fib_nlmsg_size() 645 static int fib_count_nexthops(struct rtnexthop *rtnh, int remaining, in fib_count_nexthops() 679 static int fib_get_nhs(struct fib_info *fi, struct rtnexthop *rtnh, in fib_get_nhs() 830 static int fib_get_nhs(struct fib_info *fi, struct rtnexthop *rtnh, in fib_get_nhs() 869 struct rtnexthop *rtnh; in fib_nh_match() 1704 struct rtnexthop *rtnh; in fib_add_nexthop()
|
A D | ipmr_base.c | 213 struct rtnexthop *nhp; in mr_fill_mroute()
|
A D | ipmr.c | 2361 + maxvif * NLA_ALIGN(sizeof(struct rtnexthop)) in mroute_msgsize() 2609 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 2624 struct rtnexthop *rtnh = nla_data(nla); in ipmr_nla_get_ttls()
|
A D | fib_frontend.c | 664 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
|
/linux/net/mpls/ |
A D | af_mpls.c | 503 struct rtnexthop *rc_mp; 835 static u8 mpls_count_nexthops(struct rtnexthop *rtnh, int len, in mpls_count_nexthops() 888 struct rtnexthop *rtnh = cfg->rc_mp; in mpls_nh_build_multi() 2036 struct rtnexthop *rtnh; in mpls_dump_route() 2254 nhsize += nla_total_size(sizeof(struct rtnexthop)); in lfib_nlmsg_size()
|
/linux/net/ipv6/ |
A D | route.c | 4995 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 5246 struct rtnexthop *rtnh; in ip6_route_multipath_add() 5264 rtnh = (struct rtnexthop *)cfg->fc_mp; in ip6_route_multipath_add() 5437 struct rtnexthop *rtnh; in ip6_route_multipath_del() 5444 rtnh = (struct rtnexthop *)cfg->fc_mp; in ip6_route_multipath_del() 5528 + NLA_ALIGN(sizeof(struct rtnexthop)) in rt6_nh_nlmsg_size() 5555 + NLA_ALIGN(sizeof(struct rtnexthop)) in rt6_nlmsg_size()
|
A D | ip6mr.c | 2390 + maxvif * NLA_ALIGN(sizeof(struct rtnexthop)) in mr6_msgsize()
|
Completed in 66 milliseconds