/linux/net/batman-adv/ |
H A D | gateway_client.c | 73 * batadv_gw_get_selected_gw_node() - Get currently selected gateway 76 * Return: selected gateway (with increased refcnt), NULL on errors 97 * batadv_gw_get_selected_orig() - Get originator of currently selected gateway 100 * Return: orig_node of selected gateway (with increased refcnt), NULL on errors 146 * batadv_gw_reselect() - force a gateway reselection 149 * Set a flag to remind the GW component to perform a new gateway reselection. 150 * However this function does not ensure that the current gateway is going to be 151 * deselected. The reselection mechanism may elect the same gateway once again. 153 * This means that invoking batadv_gw_reselect() does not guarantee a gateway 180 /* deselect the current gateway so that next time that client mode is in batadv_gw_check_client_stop() [all …]
|
H A D | gateway_common.c | 22 * gateway setting change 50 * batadv_gw_tvlv_ogm_handler_v1() - process incoming gateway tvlv container 54 * @tvlv_value: tvlv buffer containing the gateway data 62 struct batadv_tvlv_gateway_data gateway, *gateway_ptr; in batadv_gw_tvlv_ogm_handler_v1() local 68 tvlv_value_len < sizeof(gateway)) { in batadv_gw_tvlv_ogm_handler_v1() 69 gateway.bandwidth_down = 0; in batadv_gw_tvlv_ogm_handler_v1() 70 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1() 73 gateway.bandwidth_down = gateway_ptr->bandwidth_down; in batadv_gw_tvlv_ogm_handler_v1() 74 gateway.bandwidth_up = gateway_ptr->bandwidth_up; in batadv_gw_tvlv_ogm_handler_v1() 75 if (gateway.bandwidth_down == 0 || in batadv_gw_tvlv_ogm_handler_v1() [all …]
|
H A D | bridge_loop_avoidance.c | 78 * batadv_choose_backbone_gw() - choose the right bucket for a backbone gateway. 82 * Return: the hash index of the backbone gateway 99 * @data2: pointer to the second backbone gateway 162 * @backbone_gw: backbone gateway to be free'd 250 * batadv_backbone_hash_find() - looks for a backbone gateway in the hash 255 * Return: backbone gateway if found or NULL otherwise 295 * @backbone_gw: backbone gateway where the claims should be removed 483 * batadv_bla_get_backbone_gw() - finds or creates a backbone gateway 489 * Return: the (possibly created) backbone gateway or NULL on error 535 /* this is a gateway now, remove any TT entry on this VLAN */ in batadv_bla_get_backbone_gw() [all …]
|
H A D | main.h | 152 /** @BATADV_UEV_ADD: gateway was selected (after none was selected) */ 156 * @BATADV_UEV_DEL: selected gateway was removed and none is selected 162 * @BATADV_UEV_CHANGE: a different gateway was selected as based gateway 177 /** @BATADV_UEV_GW: selected gateway was modified */
|
H A D | gateway_client.h | 27 struct batadv_tvlv_gateway_data *gateway); 45 * @gw_node: gateway node to free
|
/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 | 77 readonly GATEWAY=$(mktemp -u gateway-XXXXXXXX) 101 ip netns add "${GATEWAY}" || exit_cleanup "${LISTENER}" 102 ip netns add "${RELAY}" || exit_cleanup "${LISTENER}" "${GATEWAY}" 103 ip netns add "${SOURCE}" || exit_cleanup "${LISTENER}" "${GATEWAY}" \ 111 exit_cleanup "${LISTENER}" "${GATEWAY}" "${RELAY}" "${SOURCE}" 116 for ns in "${LISTENER}" "${GATEWAY}" "${RELAY}" "${SOURCE}"; do 125 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/sound/soc/sof/ |
H A D | ipc4-topology.h | 106 * is connected to Gateway 185 * struct sof_copier_gateway_cfg - IPC gateway configuration 186 * @node_id: ID of Gateway Node 187 * @dma_buffer_size: Preferred Gateway DMA buffer size (in bytes) 188 * @config_length: Length of gateway node configuration blob specified in #config_data 189 * config_data: Gateway node configuration blob 203 * @gtw_cfg: Gateway configuration 213 * struct sof_ipc4_gtw_attributes: Gateway attributes 214 * @lp_buffer_alloc: Gateway data requested in low power memory 215 * @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/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/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/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
|
/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/include/net/ |
H A D | amt.h | 84 /* Gateway events only */ 343 /* Gateway or Relay mode */ 355 /* Only used in gateway mode */ 357 /* Gateway sent request and received query */ 364 /* Used only in gateway mode */ 367 /* AMT gateway side message handler queue */
|
/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/net/appletalk/ |
H A D | atalk_proc.c | 132 ntohs(rt->gateway.s_net), rt->gateway.s_node, in atalk_seq_route_show() 139 ntohs(rt->gateway.s_net), rt->gateway.s_node, in atalk_seq_route_show()
|
/linux/Documentation/networking/ |
H A D | arcnet.rst | 421 its own IP address and needs to use freedom as its default gateway. The 430 - use freedom as its Internet gateway. 449 /* and default gateway is configured by pppd */ 458 to both insight and freedom, and also use freedom as a gateway to the 465 insight, but needs to use freedom as an Internet gateway. Worse, most 467 schemes that rely completely on the netmask and a 'default gateway' to 469 insight, patience WILL send through its default gateway, regardless of 475 then define gatekeeper to be the default gateway for patience. 491 both insight and patience are using freedom as their default gateway, the 500 simply set freedom as the default gateway for insight (now in DOS,
|
/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/net/ipv4/ |
H A D | fib_semantics.c | 474 /* Check, that the gateway is already configured. 519 /* may contain flow and gateway attribute */ in fib_nlmsg_size() 757 "Nexthop configuration can not contain both GATEWAY and VIA"); in fib_get_nhs() 814 "Nexthop gateway does not match RTA_GATEWAY or RTA_VIA"); in fib_get_nhs() 984 "Nexthop configuration can not contain both GATEWAY and VIA"); in fib_nh_match() 1112 * a) gateway can be actually local interface address, 1114 * b) gateway must be on-link address, possibly 1116 * c) If both gateway and interface are specified, they should not 1118 * d) If we use tunnel routes, gateway could be not on-link. 1129 * and "universe" is true gateway rout [all...] |
/linux/net/can/ |
H A D | Kconfig | 46 tristate "CAN Gateway/Router (with netlink configuration)" 49 The CAN Gateway/Router is used to route (and modify) CAN frames.
|
/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.
|