Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmroute.h84 struct rtmsg;
87 struct rtmsg *rtm, u32 portid);
Dmroute6.h96 struct rtmsg;
98 struct rtmsg *rtm, u32 portid);
Dmroute_base.h284 struct mr_mfc *c, struct rtmsg *rtm);
336 struct mr_mfc *c, struct rtmsg *rtm) in mr_fill_mroute()
/Linux-v5.10/include/net/
Ddn_fib.h82 int (*insert)(struct dn_fib_table *t, struct rtmsg *r,
85 int (*delete)(struct dn_fib_table *t, struct rtmsg *r,
104 struct dn_fib_info *dn_fib_create_info(const struct rtmsg *r,
Dip6_route.h122 struct in6_rtmsg *rtmsg);
/Linux-v5.10/net/decnet/
Ddn_fib.c165 const struct rtmsg *r) in dn_fib_get_nhs()
195 static int dn_fib_check_nh(const struct rtmsg *r, struct dn_fib_info *fi, struct dn_fib_nh *nh) in dn_fib_check_nh()
267 struct dn_fib_info *dn_fib_create_info(const struct rtmsg *r, struct nlattr *attrs[], in dn_fib_create_info()
510 struct rtmsg *r = nlmsg_data(nlh); in dn_fib_rtm_delroute()
537 struct rtmsg *r = nlmsg_data(nlh); in dn_fib_rtm_newroute()
564 struct rtmsg rtm; in fib_magic()
Ddn_table.c229 static int dn_fib_nh_match(struct rtmsg *r, struct nlmsghdr *nlh, struct nlattr *attrs[], struct dn… in dn_fib_nh_match()
276 size_t payload = NLMSG_ALIGN(sizeof(struct rtmsg)) in dn_fib_nlmsg_size()
305 struct rtmsg *rtm; in dn_fib_dump_info()
500 if (nlmsg_len(cb->nlh) >= sizeof(struct rtmsg) && in dn_fib_dump()
501 ((struct rtmsg *)nlmsg_data(cb->nlh))->rtm_flags&RTM_F_CLONED) in dn_fib_dump()
529 static int dn_fib_table_insert(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_insert()
666 static int dn_fib_table_delete(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_delete()
Ddn_route.c1551 struct rtmsg *r; in dn_rt_fill_info()
1639 struct rtmsg *rtm = nlmsg_data(nlh); in dn_cache_getroute()
1728 struct rtmsg *rtm; in dn_cache_dump()
1733 if (nlmsg_len(cb->nlh) < sizeof(struct rtmsg)) in dn_cache_dump()
/Linux-v5.10/samples/bpf/
Dxdp_router_ipv4_user.c127 struct rtmsg *rt_msg; in read_route()
160 rt_msg = (struct rtmsg *)NLMSG_DATA(nh); in read_route()
324 struct rtmsg rt; in get_route_table()
341 req.nl.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); in get_route_table()
480 req.nl.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); in get_arp_table()
/Linux-v5.10/include/uapi/linux/
Drtnetlink.h221 struct rtmsg { struct
375 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
376 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
/Linux-v5.10/net/phonet/
Dpn_netlink.c163 struct rtmsg *rtm; in fill_route()
224 struct rtmsg *rtm; in route_doit()
/Linux-v5.10/net/ipv6/
Daf_inet6.c557 struct in6_rtmsg rtmsg; in inet6_ioctl() local
559 if (copy_from_user(&rtmsg, argp, sizeof(rtmsg))) in inet6_ioctl()
561 return ipv6_route_ioctl(net, cmd, &rtmsg); in inet6_ioctl()
Droute.c4327 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config() argument
4331 .fc_table = l3mdev_fib_table_by_index(net, rtmsg->rtmsg_ifindex) ? in rtmsg_to_fib6_config()
4333 .fc_ifindex = rtmsg->rtmsg_ifindex, in rtmsg_to_fib6_config()
4334 .fc_metric = rtmsg->rtmsg_metric ? : IP6_RT_PRIO_USER, in rtmsg_to_fib6_config()
4335 .fc_expires = rtmsg->rtmsg_info, in rtmsg_to_fib6_config()
4336 .fc_dst_len = rtmsg->rtmsg_dst_len, in rtmsg_to_fib6_config()
4337 .fc_src_len = rtmsg->rtmsg_src_len, in rtmsg_to_fib6_config()
4338 .fc_flags = rtmsg->rtmsg_flags, in rtmsg_to_fib6_config()
4339 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config()
4343 .fc_dst = rtmsg->rtmsg_dst, in rtmsg_to_fib6_config()
[all …]
Dip6mr.c2256 int ip6mr_get_route(struct net *net, struct sk_buff *skb, struct rtmsg *rtm, in ip6mr_get_route()
2331 struct rtmsg *rtm; in ip6mr_fill_mroute()
2381 NLMSG_ALIGN(sizeof(struct rtmsg)) in mr6_msgsize()
Dip6_fib.c634 } else if (nlmsg_len(nlh) >= sizeof(struct rtmsg)) { in inet6_dump_fib()
635 struct rtmsg *rtm = nlmsg_data(nlh); in inet6_dump_fib()
/Linux-v5.10/net/ipv4/
Dfib_frontend.c726 struct rtmsg *rtm; in rtm_to_fib_config()
755 nlmsg_for_each_attr(attr, nlh, sizeof(struct rtmsg), remaining) { in rtm_to_fib_config()
897 struct rtmsg *rtm; in ip_valid_fib_dump_req()
981 } else if (nlmsg_len(nlh) >= sizeof(struct rtmsg)) { in inet_dump_fib()
982 struct rtmsg *rtm = nlmsg_data(nlh); in inet_dump_fib()
Dipmr.c2234 struct rtmsg *rtm, u32 portid) in ipmr_get_route()
2301 struct rtmsg *rtm; in ipmr_fill_mroute()
2351 NLMSG_ALIGN(sizeof(struct rtmsg)) in mroute_msgsize()
2465 struct rtmsg *rtm; in ipmr_rtm_valid_getroute_req()
2647 struct rtmsg *rtm; in rtm_to_ipmr_mfcc()
2666 nlmsg_for_each_attr(attr, nlh, sizeof(struct rtmsg), rem) { in rtm_to_ipmr_mfcc()
Dipmr_base.c209 struct mr_mfc *c, struct rtmsg *rtm) in mr_fill_mroute()
Dfib_semantics.c457 size_t payload = NLMSG_ALIGN(sizeof(struct rtmsg)) in fib_nlmsg_size()
1743 struct rtmsg *rtm; in fib_dump_info()
Droute.c2838 struct rtmsg *r; in rt_fill_info()
3108 struct rtmsg *rtm; in inet_rtm_valid_getroute_req()
3183 struct rtmsg *rtm; in inet_rtm_getroute()
/Linux-v5.10/net/mpls/
Daf_mpls.c1775 struct rtmsg *rtm; in rtm_to_route_config()
1957 struct rtmsg *rtm; in mpls_dump_route()
2076 struct rtmsg *rtm; in mpls_valid_fib_dump_req()
2206 NLMSG_ALIGN(sizeof(struct rtmsg)) in lfib_nlmsg_size()
2272 struct rtmsg *rtm; in mpls_valid_getroute_req()
2337 struct rtmsg *rtm, *r; in mpls_getroute()
/Linux-v5.10/tools/testing/selftests/net/
Dudpgso.c363 struct rtmsg *rt; in set_route_mtu()
Dipsec.c392 struct rtmsg rt; in ip4_route_set()