| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | gateway_client.c | 76 * @gw_node: gateway node to free 84 * batadv_gw_get_selected_gw_node() - Get currently selected gateway 87 * Return: selected gateway (with increased refcnt), NULL on errors 108 * batadv_gw_get_selected_orig() - Get originator of currently selected gateway 111 * Return: orig_node of selected gateway (with increased refcnt), NULL on errors 159 * batadv_gw_reselect() - force a gateway reselection 162 * Set a flag to remind the GW component to perform a new gateway reselection. 163 * However this function does not ensure that the current gateway is going to be 164 * deselected. The reselection mechanism may elect the same gateway once again. 166 * This means that invoking batadv_gw_reselect() does not guarantee a gateway [all …]
|
| D | gateway_common.c | 113 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 …]
|
| D | bridge_loop_avoidance.c | 79 * batadv_choose_backbone_gw() - choose the right bucket for a backbone gateway. 83 * Return: the hash index of the backbone gateway 100 * @data2: pointer to the second backbone gateway 163 * @backbone_gw: backbone gateway to be free'd 245 * batadv_backbone_hash_find() - looks for a backbone gateway in the hash 250 * Return: backbone gateway if found or NULL otherwise 290 * @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 …]
|
| D | main.h | 153 /** @BATADV_UEV_ADD: gateway was selected (after none was selected) */ 157 * @BATADV_UEV_DEL: selected gateway was removed and none is selected 163 * @BATADV_UEV_CHANGE: a different gateway was selected as based gateway 178 /** @BATADV_UEV_GW: selected gateway was modified */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
| D | fw.h | 161 /* 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
|
| /kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
| D | skl-i2s.h | 65 * 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.
|
| /kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
| D | models.rst | 562 gateway-m4 563 Gateway laptops with EAPD control 564 gateway-m4-2 565 Gateway laptops with EAPD control 582 Keep EAPD on (e.g. Gateway T1616) 636 Some Gateway MX series laptops (NX560XL) 638 Some Gateway MX series laptops (MX6453) 640 Some Gateway MX series laptops (M255) 642 Some Gateway MX series laptops 644 Some Gateway MX series laptops [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| 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",
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/ |
| D | ralink.txt | 23 GARDENA smart Gateway (MT7688) 31 - compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
|
| /kernel/linux/linux-5.10/net/appletalk/ |
| 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()
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| 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,
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| 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'.
|
| D | route.h | 34 struct sockaddr rt_gateway; /* gateway addr (RTF_GATEWAY) */ 52 #define RTF_GATEWAY 0x0002 /* destination is a gateway */
|
| /kernel/linux/linux-5.10/tools/hv/ |
| D | hv_set_ifconfig.sh | 35 # GATEWAY=ipaddr1 40 # IPV6 addresses will be tagged as IPV6ADDR, IPV6 gateway will be
|
| D | hv_kvp_daemon.c | 75 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 …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/can/ |
| 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.
|
| /kernel/linux/linux-5.10/Documentation/networking/dsa/ |
| D | configuration.rst | 24 *gateway* 68 *gateway* 126 gateway section in Configuration with tagging support 251 gateway section in Configuration without tagging support
|
| /kernel/linux/linux-5.10/net/decnet/ |
| D | dn_route.c | 967 __le16 gateway = 0; in dn_route_output_slow() local 1121 gateway = ((struct dn_neigh *)neigh)->addr; in dn_route_output_slow() 1122 if (gateway == 0) in dn_route_output_slow() 1123 gateway = fld.daddr; in dn_route_output_slow() 1125 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() 1312 __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 …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
| D | Kconfig | 50 Engineering Coyote Gateway Reference Platform. For more 54 bool "Gateway 7001" 57 Say 'Y' here if you want your kernel to support Gateway's
|
| D | gateway7001-setup.c | 5 * Board setup for the Gateway 7001 board 100 MACHINE_START(GATEWAY7001, "Gateway 7001 AP")
|
| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| D | acerhdf.c | 231 /* Gateway */ 232 {"Gateway", "AOA110", "v0.3103", 0x55, 0x58, {0x21, 0x00}, 0}, 233 {"Gateway", "AOA150", "v0.3103", 0x55, 0x58, {0x20, 0x00}, 0}, 234 {"Gateway", "LT31", "v1.3103", 0x55, 0x58, {0x9e, 0x00}, 0}, 235 {"Gateway", "LT31", "v1.3201", 0x55, 0x58, {0x9e, 0x00}, 0}, 236 {"Gateway", "LT31", "v1.3302", 0x55, 0x58, {0x9e, 0x00}, 0}, 237 {"Gateway", "LT31", "v1.3303t", 0x55, 0x58, {0x9e, 0x00}, 0}, 238 {"Gateway", "LT31", "v1.3307", 0x55, 0x58, {0x9e, 0x00}, 0}, 815 MODULE_ALIAS("dmi:*:*Gateway*:pnAOA*:"); 816 MODULE_ALIAS("dmi:*:*Gateway*:pnLT31*:");
|
| /kernel/linux/linux-5.10/net/can/ |
| D | Kconfig | 46 tristate "CAN Gateway/Router (with netlink configuration)" 49 The CAN Gateway/Router is used to route (and modify) CAN frames.
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | fib_semantics.c | 436 /* Check, that the gateway is already configured. 486 /* may contain flow and gateway attribute */ in fib_nlmsg_size() 724 "Nexthop configuration can not contain both GATEWAY and VIA"); in fib_get_nhs() 781 "Nexthop gateway does not match RTA_GATEWAY or RTA_VIA"); in fib_get_nhs() 949 "Nexthop configuration can not contain both GATEWAY and VIA"); in fib_nh_match() 1075 * a) gateway can be actually local interface address, 1077 * b) gateway must be on-link address, possibly 1079 * c) If both gateway and interface are specified, they should not 1081 * d) If we use tunnel routes, gateway could be not on-link. 1092 * and "universe" is true gateway route with global meaning. [all …]
|
| /kernel/linux/linux-5.10/security/selinux/include/ |
| D | netlabel.h | 30 int gateway); 68 int gateway) in selinux_netlbl_err() argument
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| D | syscall.S | 4 * System call entry code / Linux gateway page 12 How does the Linux gateway page on PA-RISC work? 14 The Linux gateway page on PA-RISC is "special". 20 that runs on the gateway page runs at kernel privilege but with the current 45 /* We fill the empty parts of the gateway page with 58 /* Linux gateway page is aliased to virtual page 0 in the kernel 59 * address space. Since it is a gateway page it cannot be 216 nearby since the gateway page is mapped execute-only. */ 351 nearby since the gateway page is mapped execute-only. */ 384 /* Do *not* call this function on the gateway page, because it
|