Home
last modified time | relevance | path

Searched refs:rib_del_route_px (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net/route/
H A Droute_ctl.h57 int rib_del_route_px(uint32_t fibnum, struct sockaddr *dst, int plen,
H A Droute_ctl.c540 return (rib_del_route_px(fibnum, dst, plen, match_gw_one, &gwd, op_flags, rc)); in rib_del_route_px_gw()
558 rib_del_route_px(uint32_t fibnum, struct sockaddr *dst, int plen, in rib_del_route_px() function
/freebsd/sys/netlink/route/
H A Drt.c1013 error = rib_del_route_px(attrs.rta_table, attrs.rta_dst, in rtnl_handle_delroute()
/freebsd/sys/netinet6/
H A Dnd6_rtr.c727 error = rib_del_route_px(fibnum, (struct sockaddr *)&dst, 0, in defrouter_delreq()
H A Dnd6.c1602 rib_del_route_px(fibnum, (struct sockaddr *)&sin6, 128, in nd6_free_redirect()