Searched refs:rc_del (Results 1 – 1 of 1) sorted by relevance
/freebsd/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() local 348 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification() 355 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification() 365 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification()
|