Home
last modified time | relevance | path

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

12345678

/Linux-v5.15/net/batman-adv/
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 …]
Dgateway_common.c113 ret = batadv_parse_throughput(net_dev, buff, "download gateway speed", in batadv_parse_gw_bandwidth()
121 "upload gateway speed", up); in batadv_parse_gw_bandwidth()
131 * gateway setting change
159 * batadv_gw_bandwidth_set() - Parse and set download/upload gateway bandwidth
198 "Changing gateway bandwidth from: '%u.%u/%u.%u MBit' to: '%u.%u/%u.%u MBit'\n", in batadv_gw_bandwidth_set()
210 * batadv_gw_tvlv_ogm_handler_v1() - process incoming gateway tvlv container
214 * @tvlv_value: tvlv buffer containing the gateway data
222 struct batadv_tvlv_gateway_data gateway, *gateway_ptr; in batadv_gw_tvlv_ogm_handler_v1() local
228 tvlv_value_len < sizeof(gateway)) { in batadv_gw_tvlv_ogm_handler_v1()
229 gateway.bandwidth_down = 0; in batadv_gw_tvlv_ogm_handler_v1()
[all …]
Dbridge_loop_avoidance.c77 * batadv_choose_backbone_gw() - choose the right bucket for a backbone gateway.
81 * Return: the hash index of the backbone gateway
98 * @data2: pointer to the second backbone gateway
161 * @backbone_gw: backbone gateway to be free'd
249 * batadv_backbone_hash_find() - looks for a backbone gateway in the hash
254 * Return: backbone gateway if found or NULL otherwise
294 * @backbone_gw: backbone gateway where the claims should be removed
482 * batadv_bla_get_backbone_gw() - finds or creates a backbone gateway
488 * Return: the (possibly created) backbone gateway or NULL on error
534 /* this is a gateway now, remove any TT entry on this VLAN */ in batadv_bla_get_backbone_gw()
[all …]
Dgateway_client.h27 struct batadv_tvlv_gateway_data *gateway);
45 * @gw_node: gateway node to free
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-v5.15/drivers/net/wireless/ath/wil6210/
Dfw.h161 /* 1-dword gateway */
168 /* gateway write block.
170 * through the gateway
179 #define WIL_FW_GW_CTL_BUSY BIT(29) /* gateway busy performing operation */
180 #define WIL_FW_GW_CTL_RUN BIT(30) /* start gateway operation */
185 /* 4-dword gateway */
192 /* gateway write block.
194 * through the gateway
/Linux-v5.15/sound/soc/intel/skylake/
Dskl-i2s.h65 * struct skl_i2s_config_blob_legacy - Structure defines I2S Gateway
68 * @gtw_attr: Gateway attribute for the I2S Gateway
69 * @tdm_ts_group: TDM slot mapping against channels in the Gateway.
/Linux-v5.15/Documentation/sound/hd-audio/
Dmodels.rst560 gateway-m4
561 Gateway laptops with EAPD control
562 gateway-m4-2
563 Gateway laptops with EAPD control
580 Keep EAPD on (e.g. Gateway T1616)
634 Some Gateway MX series laptops (NX560XL)
636 Some Gateway MX series laptops (MX6453)
638 Some Gateway MX series laptops (M255)
640 Some Gateway MX series laptops
642 Some Gateway MX series laptops
[all …]
/Linux-v5.15/arch/arm/boot/dts/
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-v5.15/Documentation/devicetree/bindings/mips/
Dralink.txt23 GARDENA smart Gateway (MT7688)
31 - compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
/Linux-v5.15/net/appletalk/
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-v5.15/Documentation/networking/
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-v5.15/include/uapi/linux/
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'.
Droute.h34 struct sockaddr rt_gateway; /* gateway addr (RTF_GATEWAY) */
52 #define RTF_GATEWAY 0x0002 /* destination is a gateway */
/Linux-v5.15/tools/testing/selftests/net/
Dunicast_extensions.sh83 # Perform a simple set of gateway tests.
86 # host gateway host
144 # Sets up a simple gateway and tries to connect through it.
201 # Routing using lowest address as a gateway/endpoint
221 # Routing using class D as a gateway
/Linux-v5.15/include/uapi/linux/can/
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-v5.15/tools/hv/
Dhv_set_ifconfig.sh35 # GATEWAY=ipaddr1
40 # IPV6 addresses will be tagged as IPV6ADDR, IPV6 gateway will be
Dhv_kvp_daemon.c75 GATEWAY, enumerator
678 * Get the address of default gateway (ipv4). in kvp_get_ipconfig_info()
684 * Execute the command to gather gateway info. in kvp_get_ipconfig_info()
690 * Get the address of default gateway (ipv6). in kvp_get_ipconfig_info()
696 * Execute the command to gather gateway info (ipv6). in kvp_get_ipconfig_info()
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()
[all …]
/Linux-v5.15/arch/arm/mach-ixp4xx/
DKconfig21 bool "Gateway 7001"
24 Say 'Y' here if you want your kernel to support Gateway's
Dgateway7001-setup.c5 * Board setup for the Gateway 7001 board
100 MACHINE_START(GATEWAY7001, "Gateway 7001 AP")
/Linux-v5.15/net/decnet/
Ddn_route.c971 __le16 gateway = 0; in dn_route_output_slow() local
1123 gateway = ((struct dn_neigh *)neigh)->addr; in dn_route_output_slow()
1124 if (gateway == 0) in dn_route_output_slow()
1125 gateway = fld.daddr; in dn_route_output_slow()
1127 fld.saddr = dnet_select_source(dev_out, gateway, in dn_route_output_slow()
1172 gateway = DN_FIB_RES_GW(res); in dn_route_output_slow()
1192 rt->rt_gateway = gateway ? gateway : fld.daddr; in dn_route_output_slow()
1311 __le16 gateway = 0; in dn_route_input_slow() local
1370 gateway = DN_FIB_RES_GW(res); in dn_route_input_slow()
1381 gateway = fld.daddr; in dn_route_input_slow()
[all …]
/Linux-v5.15/drivers/platform/x86/
Dacerhdf.c229 /* Gateway */
230 {"Gateway", "AOA110", "v0.3103", 0x55, 0x58, {0x21, 0x00}, 0},
231 {"Gateway", "AOA150", "v0.3103", 0x55, 0x58, {0x20, 0x00}, 0},
232 {"Gateway", "LT31", "v1.3103", 0x55, 0x58, {0x9e, 0x00}, 0},
233 {"Gateway", "LT31", "v1.3201", 0x55, 0x58, {0x9e, 0x00}, 0},
234 {"Gateway", "LT31", "v1.3302", 0x55, 0x58, {0x9e, 0x00}, 0},
235 {"Gateway", "LT31", "v1.3303t", 0x55, 0x58, {0x9e, 0x00}, 0},
236 {"Gateway", "LT31", "v1.3307", 0x55, 0x58, {0x9e, 0x00}, 0},
815 MODULE_ALIAS("dmi:*:*Gateway*:pnAOA*:");
816 MODULE_ALIAS("dmi:*:*Gateway*:pnLT31*:");
/Linux-v5.15/net/can/
DKconfig45 tristate "CAN Gateway/Router (with netlink configuration)"
48 The CAN Gateway/Router is used to route (and modify) CAN frames.
/Linux-v5.15/net/ipv4/
Dfib_semantics.c426 /* Check, that the gateway is already configured.
477 /* may contain flow and gateway attribute */ in fib_nlmsg_size()
703 "Nexthop configuration can not contain both GATEWAY and VIA"); in fib_get_nhs()
748 "Nexthop gateway does not match RTA_GATEWAY or RTA_VIA"); in fib_get_nhs()
910 "Nexthop configuration can not contain both GATEWAY and VIA"); in fib_nh_match()
1025 * a) gateway can be actually local interface address,
1027 * b) gateway must be on-link address, possibly
1029 * c) If both gateway and interface are specified, they should not
1031 * d) If we use tunnel routes, gateway could be not on-link.
1042 * and "universe" is true gateway route with global meaning.
[all …]
/Linux-v5.15/security/selinux/include/
Dnetlabel.h30 int gateway);
68 int gateway) in selinux_netlbl_err() argument

12345678