| /system/netd/server/ | 
| D | NetdHwService.cpp | 90 const char* maybeNullString(const hidl_string& nexthop) {  in maybeNullString()101         const hidl_string& nexthop) {  in addRouteToOemNetwork()
 112         const hidl_string& nexthop) {  in removeRouteFromOemNetwork()
 
 | 
| D | NetdHwAidlService.cpp | 106 const char* maybeNullString(const std::string& nexthop) {  in maybeNullString()118                                                       const std::string& nexthop) {  in addRouteToOemNetwork()
 134                                                            const std::string& nexthop) {  in removeRouteFromOemNetwork()
 
 | 
| D | NetworkController.cpp | 658                                 const char* nexthop, bool legacy, uid_t uid, int mtu) {  in addRoute()663                                    const char* nexthop, bool legacy, uid_t uid, int mtu) {  in updateRoute()
 668                                    const char* nexthop, bool legacy, uid_t uid) {  in removeRoute()
 964                                    const char* nexthop, enum RouteOperation op, bool legacy,  in modifyRoute()
 
 | 
| D | RouteController.cpp | 376                   const char* destination, const char* nexthop, uint32_t mtu, uint32_t priority) {  in modifyIpRoute()1167                                  const char* destination, const char* nexthop, TableType tableType,  in modifyRoute()
 1460                                    const char* nexthop) {  in isLocalRoute()
 1469 int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop,  in addRoute()
 1485                                  const char* nexthop, TableType tableType, int priority) {  in removeRoute()
 1499                                  const char* nexthop, TableType tableType, int mtu) {  in updateRoute()
 
 | 
| D | NdcDispatcher.cpp | 962         const char* nexthop = argc > nextArg ? argv[nextArg] : "";  in runCommand()  local
 | 
| /system/hardware/interfaces/net/netd/aidl/aidl_api/android.system.net.netd/1/android/system/net/netd/ | 
| D | INetd.aidl | 23 …uteToOemNetwork(in long networkHandle, in String ifname, in String destination, in String nexthop);  in addRouteToOemNetwork()27 …eFromOemNetwork(in long networkHandle, in String ifname, in String destination, in String nexthop);  in removeRouteFromOemNetwork()
 
 | 
| /system/hardware/interfaces/net/netd/aidl/android/system/net/netd/ | 
| D | INetd.aidl | 49         in String nexthop);  in addRouteToOemNetwork()113         in String destination, in String nexthop);  in removeRouteFromOemNetwork()
 
 | 
| /system/hardware/interfaces/net/netd/aidl/aidl_api/android.system.net.netd/current/android/system/net/netd/ | 
| D | INetd.aidl | 23 …uteToOemNetwork(in long networkHandle, in String ifname, in String destination, in String nexthop);  in addRouteToOemNetwork()27 …eFromOemNetwork(in long networkHandle, in String ifname, in String destination, in String nexthop);  in removeRouteFromOemNetwork()
 
 | 
| /system/hardware/interfaces/net/netd/1.1/vts/functional/ | 
| D | VtsHalNetNetdV1_1TargetTest.cpp | 138                         const char* destination, const char* nexthop) {  in expectAddRoute()149                            const char* destination, const char* nexthop) {  in expectRemoveRoute()
 
 | 
| /system/hardware/interfaces/net/netd/aidl/vts/ | 
| D | VtsHalNetNetdV1TargetTest.cpp | 139                         const char* destination, const char* nexthop) {  in expectAddRoute()153                            const char* destination, const char* nexthop) {  in expectRemoveRoute()
 
 | 
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 4142 	struct netns_nexthop nexthop;  member58648 	__be32 nexthop;  member
 85947 struct nexthop {  struct
 85948 	struct rb_node rb_node;
 85949 	struct list_head fi_list;
 85950 	struct list_head f6i_list;
 85951 	struct list_head fdb_list;
 85952 	struct list_head grp_list;
 85953 	struct net *net;
 85954 	u32 id;
 [all …]
 
 | 
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ | 
| D | vmlinux.h | 3717 	struct netns_nexthop nexthop;  member68406 	__be32 nexthop;  member
 95687 struct nexthop {  struct
 95688 	struct rb_node rb_node;
 95689 	struct list_head fi_list;
 95690 	struct list_head f6i_list;
 95691 	struct list_head fdb_list;
 95692 	struct list_head grp_list;
 95693 	struct net *net;
 95694 	u32 id;
 [all …]
 
 |