Lines Matching refs:netId
40 * Add route info to table by default netId
50 * Remove route info from table by default netId
59 * Add route info to table by given netId
61 * @param netId
66 static int32_t AddRoute(int32_t netId, const Route &route);
69 * Remove route info from table by given netId
71 * @param netId
76 static int32_t RemoveRoute(int32_t netId, const Route &route);
81 * @param netId
87 static int32_t UpdateRoutes(int32_t netId, const NetLinkInfo &newnl, const NetLinkInfo &oldnl);
90 static int32_t ModifyRoute(routeOperateType op, int32_t netId, const Route &route);