Home
last modified time | relevance | path

Searched full:gateway (Results 1 – 25 of 164) sorted by relevance

1234567

/linux/net/batman-adv/
H A Dgateway_client.c73 * 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 Dgateway_common.c22 * 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 Dgateway_client.h27 struct batadv_tvlv_gateway_data *gateway);
45 * @gw_node: gateway node to free
/linux/tools/testing/selftests/net/
H A Damt.sh7 # 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 Dunicast_extensions.sh75 # 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
H A Dfib-onlink-tests.sh59 # connected gateway
64 # recursive gateway
320 "Gateway resolves to wrong nexthop device"
323 "Gateway resolves to wrong nexthop device - VRF"
444 # "Gateway resolves to wrong nexthop device"
447 "Gateway resolves to wrong nexthop device - VRF"
/linux/include/uapi/linux/
H A Damt.h9 /* 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 Dbatman_adv.h125 * 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 Droute.h34 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 Dfw.h160 /* 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 Dipc4-topology.h119 * is connected to Gateway
205 * struct sof_copier_gateway_cfg - IPC gateway configuration
206 * @node_id: ID of Gateway Node
207 * @dma_buffer_size: Preferred Gateway DMA buffer size (in bytes)
208 * @config_length: Length of gateway node configuration blob specified in #config_data
209 * config_data: Gateway node configuration blob
223 * @gtw_cfg: Gateway configuration
233 * struct sof_ipc4_gtw_attributes: Gateway attributes
234 * @lp_buffer_alloc: Gateway data requested in low power memory
235 * @alloc_from_reg_file: Gateway data requested in register file memory
[all …]
H A Dipc4-fw-reg.h17 * 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/Documentation/sound/hd-audio/
H A Dmodels.rst566 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 Dhv_set_ifconfig.sh35 # 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 Dintel-ixp42x-gateway-7001.dts3 * 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 Damt.h84 /* 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 Dat91sam9g25-gardena-smart-gateway.dts3 * 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/mctp/
H A Droute.c860 READ_ONCE(rt->dev->net) : rt->gateway.net; in mctp_route_netid()
984 daddr = rt->gateway.eid; in mctp_route_lookup()
1197 * rt->gateway. Other fields will be populated.
1209 if (rt->dst_type == MCTP_ROUTE_GATEWAY && !rt->gateway.eid) in mctp_route_add()
1407 * For gateway routes (which have a RTA_GATEWAY, and no RTA_OIF), we populate
1417 struct mctp_fq_addr *gateway = NULL; in mctp_route_nlparse_common() local
1439 gateway = nla_data(tb[RTA_GATEWAY]); in mctp_route_nlparse_common()
1441 if (ifindex && gateway) { in mctp_route_nlparse_common()
1443 "cannot specify both ifindex and gateway"); in mctp_route_nlparse_common()
1457 } else if (gateway) { in mctp_route_nlparse_common()
[all …]
/linux/net/appletalk/
H A Datalk_proc.c132 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/include/uapi/linux/can/
H A Dgw.h5 * 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 Dacerhdf.c239 /* 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 Dfib_semantics.c474 /* Check, that the gateway is already configured.
519 /* may contain flow and gateway attribute */ in fib_nlmsg_size()
752 "Nexthop configuration can not contain both GATEWAY and VIA"); in fib_get_nhs()
809 "Nexthop gateway does not match RTA_GATEWAY or RTA_VIA"); in fib_get_nhs()
979 "Nexthop configuration can not contain both GATEWAY and VIA"); in fib_nh_match()
1107 * a) gateway can be actually local interface address,
1109 * b) gateway must be on-link address, possibly
1111 * c) If both gateway and interface are specified, they should not
1113 * d) If we use tunnel routes, gateway could be not on-link.
1124 * and "universe" is true gateway route with global meaning.
[all …]
/linux/net/can/
H A DKconfig47 tristate "CAN Gateway/Router (with netlink configuration)"
50 The CAN Gateway/Router is used to route (and modify) CAN frames.
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_nat_zones.sh20 # 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/drivers/eisa/
H A Deisa.ids519 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 …]

1234567