Home
last modified time | relevance | path

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

/net/phonet/
A Dpn_netlink.c176 struct rtmsg *rtm; in fill_route()
208 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct rtmsg)) + in rtm_phonet_notify()
238 struct rtmsg *rtm; in route_doit()
/net/ipv6/
A Daf_inet6.c573 struct in6_rtmsg rtmsg; in inet6_ioctl() local
575 if (copy_from_user(&rtmsg, argp, sizeof(rtmsg))) in inet6_ioctl()
577 return ipv6_route_ioctl(net, cmd, &rtmsg); in inet6_ioctl()
A Droute.c4534 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config() argument
4541 .fc_metric = rtmsg->rtmsg_metric, in rtmsg_to_fib6_config()
4542 .fc_expires = rtmsg->rtmsg_info, in rtmsg_to_fib6_config()
4545 .fc_flags = rtmsg->rtmsg_flags, in rtmsg_to_fib6_config()
4546 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config()
4550 .fc_dst = rtmsg->rtmsg_dst, in rtmsg_to_fib6_config()
4551 .fc_src = rtmsg->rtmsg_src, in rtmsg_to_fib6_config()
5161 struct rtmsg *rtm; in rtm_to_fib6_config()
5759 struct rtmsg *rtm; in rt6_fill_node()
6115 struct rtmsg *rtm; in inet6_rtm_valid_getroute_req()
[all …]
A Dip6mr.c2418 int ip6mr_get_route(struct net *net, struct sk_buff *skb, struct rtmsg *rtm, in ip6mr_get_route()
2495 struct rtmsg *rtm; in ip6mr_fill_mroute()
2545 NLMSG_ALIGN(sizeof(struct rtmsg)) in mr6_msgsize()
2663 struct rtmsg *rtm; in ip6mr_rtm_valid_getroute_req()
A Dip6_fib.c649 } else if (nlmsg_len(nlh) >= sizeof(struct rtmsg)) { in inet6_dump_fib()
650 struct rtmsg *rtm = nlmsg_data(nlh); in inet6_dump_fib()
/net/mctp/
A Droute.c1408 struct nlattr **tb, struct rtmsg **rtm, in mctp_route_nlparse_common()
1418 rc = nlmsg_parse(nlh, sizeof(struct rtmsg), tb, RTA_MAX, in mctp_route_nlparse_common()
1496 struct rtmsg *rtm; in mctp_route_nlparse_lookup()
1533 struct rtmsg *rtm; in mctp_route_nlparse_populate()
1634 struct rtmsg *hdr; in mctp_fill_rtinfo()
/net/ipv4/
A Dfib_frontend.c740 struct rtmsg *rtm; in rtm_to_fib_config()
777 nlmsg_for_each_attr(attr, nlh, sizeof(struct rtmsg), remaining) { in rtm_to_fib_config()
945 struct rtmsg *rtm; in ip_valid_fib_dump_req()
1037 } else if (nlmsg_len(nlh) >= sizeof(struct rtmsg)) { in inet_dump_fib()
1038 struct rtmsg *rtm = nlmsg_data(nlh); in inet_dump_fib()
A Dipmr.c2402 struct rtmsg *rtm, u32 portid) in ipmr_get_route()
2465 struct rtmsg *rtm; in ipmr_fill_mroute()
2515 NLMSG_ALIGN(sizeof(struct rtmsg)) in mroute_msgsize()
2628 struct rtmsg *rtm; in ipmr_rtm_valid_getroute_req()
2812 struct rtmsg *rtm; in rtm_to_ipmr_mfcc()
2831 nlmsg_for_each_attr(attr, nlh, sizeof(struct rtmsg), rem) { in rtm_to_ipmr_mfcc()
A Dipmr_base.c209 struct mr_mfc *c, struct rtmsg *rtm) in mr_fill_mroute()
A Dfib_semantics.c497 size_t payload = NLMSG_ALIGN(sizeof(struct rtmsg)) in fib_nlmsg_size()
1730 struct rtmsg *rtm; in fib_dump_info()
A Droute.c2945 struct rtmsg *r; in rt_fill_info()
3217 struct rtmsg *rtm; in inet_rtm_valid_getroute_req()
3292 struct rtmsg *rtm; in inet_rtm_getroute()
/net/mpls/
A Daf_mpls.c1794 struct rtmsg *rtm; in rtm_to_route_config()
1976 struct rtmsg *rtm; in mpls_dump_route()
2095 struct rtmsg *rtm; in mpls_valid_fib_dump_req()
2223 NLMSG_ALIGN(sizeof(struct rtmsg)) in lfib_nlmsg_size()
2288 struct rtmsg *rtm; in mpls_valid_getroute_req()
2354 struct rtmsg *rtm, *r; in mpls_getroute()

Completed in 58 milliseconds