Lines Matching refs:interface
104 static uint32_t getIfIndex(const char* interface) EXCLUDES(sInterfaceToTableLock);
106 [[nodiscard]] static int addInterfaceToLocalNetwork(unsigned netId, const char* interface);
107 [[nodiscard]] static int removeInterfaceFromLocalNetwork(unsigned netId, const char* interface);
109 [[nodiscard]] static int addInterfaceToPhysicalNetwork(unsigned netId, const char* interface,
113 const char* interface,
117 [[nodiscard]] static int addInterfaceToVirtualNetwork(unsigned netId, const char* interface,
121 const char* interface, bool secure,
124 [[nodiscard]] static int modifyPhysicalNetworkPermission(unsigned netId, const char* interface,
128 [[nodiscard]] static int addUsersToVirtualNetwork(unsigned netId, const char* interface,
130 [[nodiscard]] static int removeUsersFromVirtualNetwork(unsigned netId, const char* interface,
137 [[nodiscard]] static int addInterfaceToDefaultNetwork(const char* interface,
139 [[nodiscard]] static int removeInterfaceFromDefaultNetwork(const char* interface,
144 [[nodiscard]] static int addRoute(const char* interface, const char* destination,
146 [[nodiscard]] static int removeRoute(const char* interface, const char* destination,
148 [[nodiscard]] static int updateRoute(const char* interface, const char* destination,
163 [[nodiscard]] static int addUsersToPhysicalNetwork(unsigned netId, const char* interface,
166 [[nodiscard]] static int removeUsersFromPhysicalNetwork(unsigned netId, const char* interface,
186 [[nodiscard]] static int flushRoutes(const char* interface) EXCLUDES(sInterfaceToTableLock);
188 static uint32_t getRouteTableForInterfaceLocked(const char* interface)
190 … static uint32_t getRouteTableForInterface(const char *interface) EXCLUDES(sInterfaceToTableLock);
191 static int modifyDefaultNetwork(uint16_t action, const char* interface, Permission permission);
192 static int modifyPhysicalNetwork(unsigned netId, const char* interface,
196 static int modifyRoute(uint16_t action, uint16_t flags, const char* interface,
203 static int modifyVirtualNetwork(unsigned netId, const char* interface,
213 const char* interface, const char* destination, const char* nexthop,
216 [[nodiscard]] int modifyIncomingPacketMark(unsigned netId, const char* interface,