Searched refs:GATEWAY (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | amt.sh | 7 # There are four network-namespaces, LISTENER, SOURCE, GATEWAY, RELAY. 11 # The role of GATEWAY is to work Gateway role of AMT interface. 28 # | . GATEWAY netns | 77 readonly GATEWAY=$(mktemp -u gateway-XXXXXXXX) 95 ip netns add "${GATEWAY}" || exit_cleanup "${LISTENER}" 96 ip netns add "${RELAY}" || exit_cleanup "${LISTENER}" "${GATEWAY}" 97 ip netns add "${SOURCE}" || exit_cleanup "${LISTENER}" "${GATEWAY}" \ 105 exit_cleanup "${LISTENER}" "${GATEWAY}" "${RELAY}" "${SOURCE}" 110 for ns in "${LISTENER}" "${GATEWAY}" "${RELAY}" "${SOURCE}"; do 119 ip link set gw_l netns "${GATEWAY}" u [all...] |
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_kvp_daemon.c | 75 GATEWAY, enumerator 1120 case GATEWAY: in process_ip_string() 1121 snprintf(str, sizeof(str), "%s", "GATEWAY"); in process_ip_string() 1130 } else if (type == GATEWAY && i == 0) { in process_ip_string() 1145 case GATEWAY: in process_ip_string() 1214 * GATEWAY=ipaddr1 in kvp_set_ip_info() 1290 error = process_ip_string(file, (char *)new_val->gate_way, GATEWAY); in kvp_set_ip_info()
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_kvp_daemon.c | 75 GATEWAY, enumerator 1120 case GATEWAY: in process_ip_string() 1121 snprintf(str, sizeof(str), "%s", "GATEWAY"); in process_ip_string() 1130 } else if (type == GATEWAY && i == 0) { in process_ip_string() 1145 case GATEWAY: in process_ip_string() 1281 * GATEWAY=ipaddr1 in kvp_set_ip_info() 1416 GATEWAY); in kvp_set_ip_info()
|
Completed in 4 milliseconds