Home
last modified time | relevance | path

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

12345678910>>...16

/kernel/linux/linux-6.6/net/batman-adv/
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 …]
Dgateway_client.c74 * batadv_gw_get_selected_gw_node() - Get currently selected gateway
77 * Return: selected gateway (with increased refcnt), NULL on errors
98 * batadv_gw_get_selected_orig() - Get originator of currently selected gateway
101 * Return: orig_node of selected gateway (with increased refcnt), NULL on errors
147 * batadv_gw_reselect() - force a gateway reselection
150 * Set a flag to remind the GW component to perform a new gateway reselection.
151 * However this function does not ensure that the current gateway is going to be
152 * deselected. The reselection mechanism may elect the same gateway once again.
154 * This means that invoking batadv_gw_reselect() does not guarantee a gateway
181 /* deselect the current gateway so that next time that client mode is in batadv_gw_check_client_stop()
[all …]
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 …]
/kernel/linux/linux-5.10/net/batman-adv/
Dgateway_client.c74 * batadv_gw_get_selected_gw_node() - Get currently selected gateway
77 * Return: selected gateway (with increased refcnt), NULL on errors
98 * batadv_gw_get_selected_orig() - Get originator of currently selected gateway
101 * Return: orig_node of selected gateway (with increased refcnt), NULL on errors
149 * batadv_gw_reselect() - force a gateway reselection
152 * Set a flag to remind the GW component to perform a new gateway reselection.
153 * However this function does not ensure that the current gateway is going to be
154 * deselected. The reselection mechanism may elect the same gateway once again.
156 * This means that invoking batadv_gw_reselect() does not guarantee a gateway
183 /* 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.c79 * 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
251 * batadv_backbone_hash_find() - looks for a backbone gateway in the hash
256 * Return: backbone gateway if found or NULL otherwise
296 * @backbone_gw: backbone gateway where the claims should be removed
488 * batadv_bla_get_backbone_gw() - finds or creates a backbone gateway
494 * Return: the (possibly created) backbone gateway or NULL on error
540 /* this is a gateway now, remove any TT entry on this VLAN */ in batadv_bla_get_backbone_gw()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
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 …]
/kernel/linux/linux-6.6/include/uapi/linux/
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
/kernel/linux/linux-6.6/sound/soc/sof/
Dipc4-topology.h105 * is connected to Gateway
184 * struct sof_copier_gateway_cfg - IPC gateway configuration
185 * @node_id: ID of Gateway Node
186 * @dma_buffer_size: Preferred Gateway DMA buffer size (in bytes)
187 * @config_length: Length of gateway node configuration blob specified in #config_data
188 * config_data: Gateway node configuration blob
202 * @gtw_cfg: Gateway configuration
212 * struct sof_ipc4_gtw_attributes: Gateway attributes
213 * @lp_buffer_alloc: Gateway data requested in low power memory
214 * @alloc_from_reg_file: Gateway data requested in register file memory
[all …]
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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dnip_fib.c142 char gateway[NIP_ADDR_BIT_LEN_MAX] = {0}; in nip_fib_add() local
149 nip_addr_to_str(&rt->gateway, gateway, NIP_ADDR_BIT_LEN_MAX); in nip_fib_add()
150 nip_dbg("%s ifindex=%u (addr=%s, gateway=%s, rt_idev->refcnt=%u)", in nip_fib_add()
152 dst, gateway, refcount_read(&rt->rt_idev->refcnt)); in nip_fib_add()
233 char gateway[NIP_ADDR_BIT_LEN_MAX] = {0}; in nip_fib_clean_hash() local
237 nip_addr_to_str(&fn->nip_route_info->gateway, gateway, in nip_fib_clean_hash()
240 nip_dbg("try to del rt_info, rt_dst=%s, gateway=%s", dst, gateway); in nip_fib_clean_hash()
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-6.6/tools/hv/
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
/kernel/linux/linux-5.10/Documentation/sound/hd-audio/
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 …]
/kernel/linux/linux-6.6/Documentation/sound/hd-audio/
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 …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/intel/ixp/
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)
/kernel/linux/linux-6.6/include/net/
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 */
/kernel/linux/linux-5.10/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",
/kernel/linux/linux-6.6/arch/arm/boot/dts/microchip/
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",
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/
Dralink.txt23 GARDENA smart Gateway (MT7688)
31 - compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()

12345678910>>...16