Searched refs:rtmsg (Results 1 – 12 of 12) sorted by relevance
| /net/phonet/ |
| A D | pn_netlink.c | 176 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 D | af_inet6.c | 573 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 D | route.c | 4534 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 D | ip6mr.c | 2418 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 D | ip6_fib.c | 649 } 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 D | route.c | 1408 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 D | fib_frontend.c | 740 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 D | ipmr.c | 2402 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 D | ipmr_base.c | 209 struct mr_mfc *c, struct rtmsg *rtm) in mr_fill_mroute()
|
| A D | fib_semantics.c | 497 size_t payload = NLMSG_ALIGN(sizeof(struct rtmsg)) in fib_nlmsg_size() 1730 struct rtmsg *rtm; in fib_dump_info()
|
| A D | route.c | 2945 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 D | af_mpls.c | 1794 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