| /f-stack/freebsd/net/route/ |
| H A D | route_ctl.h | 38 struct rib_cmd_info { struct 48 struct rib_cmd_info *rc); argument 50 struct rib_cmd_info *rc); 52 struct rib_cmd_info *rc); 54 struct rib_cmd_info *rc); 57 typedef void route_notification_t(struct rib_cmd_info *rc, void *); 58 void rib_decompose_notification(struct rib_cmd_info *rc, 140 typedef void rib_subscription_cb_t(struct rib_head *rnh, struct rib_cmd_info *rc,
|
| H A D | route_ctl.c | 76 struct rib_cmd_info *rc); 79 struct rib_cmd_info *rc); 81 struct rib_cmd_info *rc); 86 struct rib_cmd_info *rc); 89 struct rib_cmd_info *rc); 540 struct rib_cmd_info *rc) in rib_add_route() 652 struct rib_cmd_info *rc) in add_route() 828 struct rib_cmd_info *rc) in del_route() 862 struct rib_cmd_info *rc) in rib_change_route() 1056 struct rib_cmd_info *rc) in add_route_nhop() [all …]
|
| H A D | route_helpers.c | 225 decompose_change_notification(struct rib_cmd_info *rc, route_notification_t *cb, in decompose_change_notification() 234 struct rib_cmd_info rc_del = { .rc_cmd = RTM_DELETE, .rc_rt = rc->rc_rt }; in decompose_change_notification() 235 struct rib_cmd_info rc_add = { .rc_cmd = RTM_ADD, .rc_rt = rc->rc_rt }; in decompose_change_notification() 347 rib_decompose_notification(struct rib_cmd_info *rc, route_notification_t *cb, in rib_decompose_notification() 352 struct rib_cmd_info rc_new; in rib_decompose_notification()
|
| H A D | route_var.h | 121 struct rib_cmd_info; 213 struct rib_cmd_info *rc); 216 struct route_nhop_data *nhd_new, struct rib_cmd_info *rc); 283 struct route_nhop_data *rnd_orig, struct rib_cmd_info *rc); 285 struct rtentry *rt, struct nhgrp_object *nhg, struct rib_cmd_info *rc);
|
| H A D | mpath_ctl.c | 96 struct route_nhop_data *rnd_orig, struct rib_cmd_info *rc) in add_route_mpath() 166 struct rib_cmd_info *rc) in del_route_mpath()
|
| H A D | route_ifaddrs.c | 77 struct rib_cmd_info rc; in rib_handle_ifaddr_one() 140 struct rib_cmd_info rc; in ifa_maintain_loopback_route()
|
| H A D | fib_algo.h | 62 struct rib_cmd_info *rc, void *data);
|
| H A D | fib_algo.c | 508 need_immediate_rebuild(struct fib_data *fd, struct rib_cmd_info *rc) in need_immediate_rebuild() 538 handle_rtable_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in handle_rtable_change_cb()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | dpdk_lpm6.c | 139 handle_default_change(struct dpdk_lpm6_data *dd, struct rib_cmd_info *rc) in handle_default_change() 160 handle_ll_change(struct dpdk_lpm6_data *dd, struct rib_cmd_info *rc, in handle_ll_change() 199 handle_gu_change(struct dpdk_lpm6_data *dd, const struct rib_cmd_info *rc, in handle_gu_change() 246 handle_any_change(struct dpdk_lpm6_data *dd, struct rib_cmd_info *rc) in handle_any_change() 268 handle_rtable_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in handle_rtable_change_cb() 324 struct rib_cmd_info rc = { in add_route_cb()
|
| H A D | dpdk_lpm.c | 116 handle_default_change(struct dpdk_lpm_data *dd, struct rib_cmd_info *rc) in handle_default_change() 160 handle_gu_change(struct dpdk_lpm_data *dd, const struct rib_cmd_info *rc, in handle_gu_change() 210 handle_rtable_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in handle_rtable_change_cb() 260 struct rib_cmd_info rc = { in add_route_cb()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_fib_algo.c | 220 lradix6_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in lradix6_change_cb() 336 radix6_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in radix6_change_cb()
|
| H A D | nd6.h | 389 struct rib_cmd_info; 390 void nd6_subscription_cb(struct rib_head *rnh, struct rib_cmd_info *rc,
|
| H A D | nd6.c | 1560 struct rib_cmd_info rc; in nd6_free_redirect() 1578 check_release_defrouter(struct rib_cmd_info *rc, void *_cbdata) in check_release_defrouter() 1595 nd6_subscription_cb(struct rib_head *rnh, struct rib_cmd_info *rc, void *arg) in nd6_subscription_cb()
|
| H A D | nd6_rtr.c | 678 struct rib_cmd_info rc; in defrouter_addreq() 717 struct rib_cmd_info rc; in defrouter_delreq()
|
| /f-stack/freebsd/net/ |
| H A D | rtsock.c | 188 struct rt_msghdr *rtm, struct rib_cmd_info *rc); 191 struct rib_cmd_info *rc, struct nhop_object *nh); 729 struct rt_msghdr *rtm, struct rib_cmd_info *rc) in handle_rtm_get() 891 int alloc_len, struct rib_cmd_info *rc, struct nhop_object *nh) in update_rtm_from_rc() 969 save_del_notification(struct rib_cmd_info *rc, void *_cbdata) in save_del_notification() 971 struct rib_cmd_info *rc_new = (struct rib_cmd_info *)_cbdata; in save_del_notification() 978 save_add_notification(struct rib_cmd_info *rc, void *_cbdata) in save_add_notification() 980 struct rib_cmd_info *rc_new = (struct rib_cmd_info *)_cbdata; in save_add_notification() 1002 struct rib_cmd_info rc; in route_output() 1087 struct rib_cmd_info rc_simple = {}; in route_output() [all …]
|
| H A D | route.c | 191 struct rib_cmd_info rc; in rib_add_redirect()
|
| /f-stack/freebsd/netinet/ |
| H A D | in_fib_algo.c | 480 bsearch4_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in bsearch4_change_cb() 650 lradix4_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in lradix4_change_cb() 752 radix4_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc, in radix4_change_cb()
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | nd6.h | 389 struct rib_cmd_info; 390 void nd6_subscription_cb(struct rib_head *rnh, struct rib_cmd_info *rc,
|
| /f-stack/lib/ |
| H A D | ff_route.c | 631 struct rt_msghdr *rtm, struct rib_cmd_info *rc) in handle_rtm_get() 936 int alloc_len, struct rib_cmd_info *rc, struct nhop_object *nh, unsigned maxlen) in update_rtm_from_rc() 1046 struct rib_cmd_info rc; in ff_rtioctl() 1126 struct rib_cmd_info rc_simple = {}; in ff_rtioctl() 1144 struct rib_cmd_info rc_simple = {}; in ff_rtioctl()
|
| H A D | ff_veth.c | 411 struct rib_cmd_info rci; in ff_veth_set_gateway() 523 struct rib_cmd_info rci; in ff_veth_set_gateway6()
|
| H A D | ff_syscall_wrapper.c | 1324 struct rib_cmd_info rci; in ff_route_ctl()
|