Home
last modified time | relevance | path

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

12345678

/linux/net/batman-adv/ !
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.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 Dbridge_loop_avoidance.c78 * 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 Dgateway_client.h27 struct batadv_tvlv_gateway_data *gateway);
45 * @gw_node: gateway node to free
H A Dmain.h152 /** @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 */
/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
/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.h107 * is connected to Gateway
186 * struct sof_copier_gateway_cfg - IPC gateway configuration
187 * @node_id: ID of Gateway Node
188 * @dma_buffer_size: Preferred Gateway DMA buffer size (in bytes)
189 * @config_length: Length of gateway node configuration blob specified in #config_data
190 * config_data: Gateway node configuration blob
204 * @gtw_cfg: Gateway configuration
214 * struct sof_ipc4_gtw_attributes: Gateway attributes
215 * @lp_buffer_alloc: Gateway data requested in low power memory
216 * @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/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/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/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/tools/net/ynl/samples/ !
H A Drt-route.c35 if (r->_len.gateway) { in rt_route_print()
36 route = inet_ntop(r->_hdr.rtm_family, r->gateway, in rt_route_print()
38 printf("gateway: %s ", route); in rt_route_print()
/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/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/sound/soc/intel/avs/ !
H A Dapl.c193 /* Any gateway without buffer allocated in LP area disqualifies D0IX. */ in avs_apl_lp_streaming()
205 /* only copiers have gateway attributes */ in avs_apl_lp_streaming()
208 /* non-gateway copiers do not prevent PG */ in avs_apl_lp_streaming()
233 * If any gateway with lp=0 is allocated, abort scheduling d0ix. in avs_apl_d0ix_toggle()
/linux/net/mctp/ !
H A Droute.c856 READ_ONCE(rt->dev->net) : rt->gateway.net; in mctp_route_netid()
980 daddr = rt->gateway.eid; in mctp_route_lookup()
1193 * rt->gateway. Other fields will be populated.
1205 if (rt->dst_type == MCTP_ROUTE_GATEWAY && !rt->gateway.eid) in mctp_route_add()
1403 * For gateway routes (which have a RTA_GATEWAY, and no RTA_OIF), we populate
1413 struct mctp_fq_addr *gateway = NULL; in mctp_route_nlparse_common() local
1435 gateway = nla_data(tb[RTA_GATEWAY]); in mctp_route_nlparse_common()
1437 if (ifindex && gateway) { in mctp_route_nlparse_common()
1439 "cannot specify both ifindex and gateway"); in mctp_route_nlparse_common()
1453 } else if (gateway) { in mctp_route_nlparse_common()
[all …]
/linux/Documentation/networking/ !
H A Darcnet.rst421 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 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/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.

12345678