Searched refs:rc_rt (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/net/route/ |
| H A D | route_helpers.c | 302 struct rib_cmd_info rc_del = { .rc_cmd = RTM_DELETE, .rc_rt = rc->rc_rt }; in decompose_change_notification() 303 struct rib_cmd_info rc_add = { .rc_cmd = RTM_ADD, .rc_rt = rc->rc_rt }; in decompose_change_notification()
|
| H A D | route_ctl.c | 603 rt_free(rc->rc_rt); in rib_del_route_px() 980 rt_free(rc->rc_rt); in rib_del_route() 1234 rc->rc_rt = rt; in add_route() 1268 rc->rc_rt = rt; in delete_route() 1304 rc->rc_rt = rt; in change_route() 1505 di.rc.rc_rt = rt; in rib_walk_del()
|
| H A D | route_ifaddrs.c | 87 rt_routemsg(cmd, rc.rc_rt, nh, fibnum); in rib_handle_ifaddr_one()
|
| H A D | route_ctl.h | 42 struct rtentry *rc_rt; /* Target entry */ member
|
| H A D | fib_algo.c | 718 rt_get_inet_prefix_plen(rc->rc_rt, &ce->addr4, &plen, &ce->scopeid); in fill_change_entry() 723 rt_get_inet6_prefix_plen(rc->rc_rt, &ce->addr6, &plen, &ce->scopeid); in fill_change_entry()
|
| /freebsd-14.2/sys/net/ |
| H A D | rtsock.c | 286 rt_routemsg(rc->rc_cmd, rc->rc_rt, nh, fibnum); in report_route_event() 763 rc->rc_rt = (struct rtentry *) rnh->rnh_matchaddr( in handle_rtm_get() 766 rc->rc_rt = (struct rtentry *) rnh->rnh_lookup( in handle_rtm_get() 770 if (rc->rc_rt == NULL) { in handle_rtm_get() 807 rc->rc_rt = (struct rtentry *)rnh->rnh_matchaddr( in handle_rtm_get() 809 if (rc->rc_rt == NULL) { in handle_rtm_get() 820 rc->rc_nh_weight = rc->rc_rt->rt_weight; in handle_rtm_get() 947 export_rtaddrs(rc->rc_rt, &sa_dst.sa, &sa_mask.sa); in update_rtm_from_rc() 977 rtm->rtm_flags = rc->rc_rt->rte_flags | nhop_get_rtflags(nh); in update_rtm_from_rc() 981 rt_getmetrics(rc->rc_rt, nh, &rtm->rtm_rmx); in update_rtm_from_rc() [all …]
|
| /freebsd-14.2/sys/netlink/route/ |
| H A D | rt.c | 354 uint32_t group_id = family_to_group(rt_get_family(rc->rc_rt)); in report_operation() 376 dump_px(fibnum, hdr, rc->rc_rt, &rnd, &nw); in report_operation() 1051 family = rt_get_family(rc->rc_rt); in rtnl_handle_route_event() 1072 rt_print_buf(rc->rc_rt, rtbuf, sizeof(rtbuf)), in rtnl_handle_route_event() 1092 dump_px(fibnum, &hdr, rc->rc_rt, &rnd, &nw); in rtnl_handle_route_event()
|
| /freebsd-14.2/sys/contrib/dpdk_rte_lpm/ |
| H A D | dpdk_lpm.c | 224 rt_get_inet_prefix_plen(rc->rc_rt, &addr4, &plen, &scopeid); in handle_rtable_change_cb()
|
| H A D | dpdk_lpm6.c | 255 rt_get_inet6_prefix_plen(rc->rc_rt, &addr6, &plen, &scopeid); in handle_any_change()
|
| /freebsd-14.2/sys/netinet6/ |
| H A D | nd6_rtr.c | 697 rt_routemsg(RTM_ADD, rc.rc_rt, nh, fibnum); in defrouter_addreq() 731 rt_routemsg(RTM_DELETE, rc.rc_rt, nh, fibnum); in defrouter_delreq()
|