| /linux/net/batman-adv/ |
| H A D | gateway_client.c | 74 * batadv_gw_get_selected_gw_node() - Get currently selected gateway 77 * Return: selected gateway (with increased refcnt), NULL on errors 98 * batadv_gw_get_selected_orig() - Get originator of currently selected gateway 101 * Return: orig_node of selected gateway (with increased refcnt), NULL on errors 129 * batadv_gw_select() - select a new currently active gateway 131 * @new_gw_node: gateway node to be set as the current gateway, may be NULL 133 * Atomically replace the currently active gateway with @new_gw_node and drop 155 * batadv_gw_reselect() - force a gateway reselection 158 * Set a flag to remind the GW component to perform a new gateway reselection. 159 * However this function does not ensure that the current gateway is going to be [all …]
|
| H A D | gateway_common.c | 22 * gateway setting change 51 * batadv_gw_tvlv_ogm_handler_v1() - process incoming gateway tvlv container 55 * @tvlv_value: tvlv buffer containing the gateway data 64 struct batadv_tvlv_gateway_data gateway; in batadv_gw_tvlv_ogm_handler_v1() local 70 tvlv_value_len < sizeof(gateway)) { in batadv_gw_tvlv_ogm_handler_v1() 71 gateway.bandwidth_down = 0; in batadv_gw_tvlv_ogm_handler_v1() 72 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1() 75 gateway.bandwidth_down = gateway_ptr->bandwidth_down; in batadv_gw_tvlv_ogm_handler_v1() 76 gateway.bandwidth_up = gateway_ptr->bandwidth_up; in batadv_gw_tvlv_ogm_handler_v1() 77 if (gateway.bandwidth_down == 0 || in batadv_gw_tvlv_ogm_handler_v1() [all …]
|
| H A D | gateway_client.h | 27 struct batadv_tvlv_gateway_data *gateway); 45 * @gw_node: gateway node to free
|
| H A D | main.h | 146 /** @BATADV_UEV_ADD: gateway was selected (after none was selected) */ 150 * @BATADV_UEV_DEL: selected gateway was removed and none is selected 156 * @BATADV_UEV_CHANGE: a different gateway was selected as based gateway 171 /** @BATADV_UEV_GW: selected gateway was modified */
|
| /linux/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 | 79 readonly GATEWAY=$(mktemp -u gateway-XXXXXXXX) 103 ip netns add "${GATEWAY}" || exit_cleanup "${LISTENER}" 104 ip netns add "${RELAY}" || exit_cleanup "${LISTENER}" "${GATEWAY}" 105 ip netns add "${SOURCE}" || exit_cleanup "${LISTENER}" "${GATEWAY}" \ 113 exit_cleanup "${LISTENER}" "${GATEWAY}" "${RELAY}" "${SOURCE}" 118 for ns in "${LISTENER}" "${GATEWAY}" "${RELAY}" "${SOURCE}"; do 127 ip link set gw_l netns "${GATEWAY}" up [all …]
|
| H A D | unicast_extensions.sh | 75 # Perform a simple set of gateway tests. 78 # host gateway host 134 # Sets up a simple gateway and tries to connect through it. 187 # Routing using lowest address as a gateway/endpoint 207 # Routing using class D as a gateway
|
| /linux/include/uapi/linux/ |
| H A D | amt.h | 9 /* AMT interface works as Gateway mode. 10 * The Gateway mode encapsulates IGMP/MLD traffic and decapsulates 26 /* This attribute specify mode etier Gateway or Relay. */ 29 * AMT interface is created as Gateway mode, this attribute is used 35 /* This attribute specify Gateway port. 36 * AMT interface is created as Gateway mode, this attribute is used 50 * When Gateway get started, it send discovery message to find the
|
| H A D | batman_adv.h | 125 * enum batadv_gw_modes - gateway mode of node 134 /** @BATADV_GW_MODE_SERVER: announce itself as gateway server */ 290 * @BATADV_ATTR_ROUTER: Gateway router MAC address 310 * @BATADV_ATTR_BLA_BACKBONE: BLA gateway originator MAC address 417 * @BATADV_ATTR_GW_MODE: defines the state of the gateway features. 424 * will use to choose a gateway if gw_mode was set to 'client'.
|
| H A D | route.h | 34 struct sockaddr rt_gateway; /* gateway addr (RTF_GATEWAY) */ 52 #define RTF_GATEWAY 0x0002 /* destination is a gateway */
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | fw.h | 160 /* 1-dword gateway */ 167 /* gateway write block. 169 * through the gateway 178 #define WIL_FW_GW_CTL_BUSY BIT(29) /* gateway busy performing operation */ 179 #define WIL_FW_GW_CTL_RUN BIT(30) /* start gateway operation */ 184 /* 4-dword gateway */ 191 /* gateway write block. 193 * through the gateway
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-topology.h | 119 * is connected to Gateway 212 * struct sof_copier_gateway_cfg - IPC gateway configuration 213 * @node_id: ID of Gateway Node 214 * @dma_buffer_size: Preferred Gateway DMA buffer size (in bytes) 215 * @config_length: Length of gateway node configuration blob specified in #config_data 216 * @config_data: Gateway node configuration blob 230 * @gtw_cfg: Gateway configuration 240 * struct sof_ipc4_gtw_attributes: Gateway attributes 241 * @lp_buffer_alloc: Gateway data requested in low power memory 242 * @alloc_from_reg_file: Gateway dat [all...] |
| H A D | ipc4-fw-reg.h | 17 * module allocated on pipeline attached to Host Output Gateway when 21 * module allocated on pipeline attached to Host Output Gateway 73 * @node_id: Dai gateway node id 126 * @llp_evad_reading_slot: LLP Readings for EVAD gateway
|
| /linux/tools/hv/ |
| H A D | hv_set_ifconfig.sh | 35 # GATEWAY=ipaddr1 40 # IPV6 addresses will be tagged as IPV6ADDR, IPV6 gateway will be 58 # gateway=gateway1;gateway2 66 # gateway=gateway1;gateway2
|
| H A D | hv_kvp_daemon.c | 76 GATEWAY, enumerator 1237 case GATEWAY: in process_ip_string() 1238 snprintf(str, sizeof(str), "%s", "GATEWAY"); in process_ip_string() 1247 } else if (type == GATEWAY && i == 0) { in process_ip_string() 1262 case GATEWAY: in process_ip_string() 1338 else if (type == GATEWAY) in process_dns_gateway_nm() 1339 param_name = "gateway"; in process_dns_gateway_nm() 1476 * GATEWAY=ipaddr1 in kvp_set_ip_info() 1481 * IPV6 addresses will be tagged as IPV6ADDR, IPV6 gateway will be in kvp_set_ip_info() 1499 * gateway=gateway1;gateway2 in kvp_set_ip_info() [all …]
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | models.rst | 566 gateway-m4 567 Gateway laptops with EAPD control 568 gateway-m4-2 569 Gateway laptops with EAPD control 586 Keep EAPD on (e.g. Gateway T1616) 640 Some Gateway MX series laptops (NX560XL) 642 Some Gateway MX series laptops (MX6453) 644 Some Gateway MX series laptops (M255) 646 Some Gateway MX series laptops 648 Some Gateway MX series laptops [all …]
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp42x-gateway-7001.dts | 3 * Device Tree file for Gateway 7001 AP based on IXP422 13 model = "Gateway 7001 AP"; 14 compatible = "gateway,7001", "intel,ixp42x"; 59 * Taken from Gateway 7001 PCI boardfile (gateway7001-pci.c)
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91sam9g25-gardena-smart-gateway.dts | 3 * Device Tree file for the GARDENA smart Gateway (Article No. 19000) 15 model = "GARDENA smart Gateway (Article No. 19000)"; 16 compatible = "gardena,smart-gateway-at91sam", "atmel,at91sam9g25", "atmel,at91sam9x5",
|
| /linux/include/uapi/linux/can/ |
| H A D | gw.h | 5 * Definitions for CAN frame Gateway/Router/Bridge 57 /* CAN gateway types */ 164 * Sets a CAN receive filter for the gateway job specified by the 178 * possible hops for this gateway rule to a value smaller then max_hops.
|
| /linux/drivers/platform/x86/ |
| H A D | acerhdf.c | 239 /* Gateway */ 240 {"Gateway", "AOA110", "v0.3103", 0x55, 0x58, {0x21, 0x00}, 0}, 241 {"Gateway", "AOA150", "v0.3103", 0x55, 0x58, {0x20, 0x00}, 0}, 242 {"Gateway", "LT31", "v1.3103", 0x55, 0x58, {0x9e, 0x00}, 0}, 243 {"Gateway", "LT31", "v1.3201", 0x55, 0x58, {0x9e, 0x00}, 0}, 244 {"Gateway", "LT31", "v1.3302", 0x55, 0x58, {0x9e, 0x00}, 0}, 245 {"Gateway", "LT31", "v1.3303t", 0x55, 0x58, {0x9e, 0x00}, 0}, 246 {"Gateway", "LT31", "v1.3307", 0x55, 0x58, {0x9e, 0x00}, 0}, 739 MODULE_ALIAS("dmi:*:*Gateway*:pnAOA*:"); 740 MODULE_ALIAS("dmi:*:*Gateway*:pnLT31*:");
|
| /linux/Documentation/netlink/specs/ |
| H A D | rt-route.yaml | 123 name: gateway 311 - gateway 355 - gateway
|
| /linux/net/can/ |
| H A D | Kconfig | 47 tristate "CAN Gateway/Router (with netlink configuration)" 50 The CAN Gateway/Router is used to route (and modify) CAN frames.
|
| /linux/security/selinux/include/ |
| H A D | netlabel.h | 30 int gateway); 60 int error, int gateway) in selinux_netlbl_err() argument
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_nat_zones.sh | 20 # NAT Gateway --veth0--> Server 28 # NAT Gateway uses policy routing and conntrack zones to isolate client 31 # NAT Gateway is supposed to do port reallocation for each of the 181 # useful for debugging: allows to use 'ping' from clients to gateway.
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mn-dimonoff-gateway-evk.dts | 12 model = "DimOnOff Gateway EVK board"; 13 compatible = "dimonoff,gateway-evk", "variscite,var-som-mx8mn",
|
| /linux/drivers/eisa/ |
| H A D | eisa.ids | 519 GCI0101 "Gateway G/Ethernet 32EB -- 32-Bit EISA Bus Master Ethernet Adpater" 520 GCI0102 "Gateway G/Ethernet 32EB -- 32-Bit EISA Bus Master Ethernet Adapter" 521 GCI0103 "Gateway G/Ethernet 32EB -- 32-Bit EISA Bus Master Ethernet Adapter" 625 ICU02F0 "Gateway Ethertwist 16 (Fujitsu Chipset)" 626 ICU02F1 "Gateway Ethertwist 16 (National Chipset)" 627 ICU0300 "Gateway Ethertwist PC/PC-WS(National Chipset)" 893 ISA9400 "Gateway G/Ethernet AT" 894 ISA9401 "Gateway G/Ethernet 8-bit PC" 895 ISA9402 "Gateway G/Token Ring 8-bit " 896 ISA9403 "Gateway G/Token Ring AT " [all …]
|