Home
last modified time | relevance | path

Searched refs:bandwidth_up (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/net/batman-adv/
H A Dgateway_common.c40 up = atomic_read(&bat_priv->gw.bandwidth_up); in batadv_gw_tvlv_container_update()
42 gw.bandwidth_up = htonl(up); in batadv_gw_tvlv_container_update()
70 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1()
74 gateway.bandwidth_up = gateway_ptr->bandwidth_up; in batadv_gw_tvlv_ogm_handler_v1()
76 gateway.bandwidth_up == 0) { in batadv_gw_tvlv_ogm_handler_v1()
78 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1()
H A Dgateway_client.c255 next_gw->bandwidth_up / 10, in batadv_gw_election()
256 next_gw->bandwidth_up % 10, in batadv_gw_election()
266 next_gw->bandwidth_up / 10, in batadv_gw_election()
267 next_gw->bandwidth_up % 10, in batadv_gw_election()
345 gw_node->bandwidth_up = ntohl(gateway->bandwidth_up); in batadv_gw_node_add()
356 ntohl(gateway->bandwidth_up) / 10, in batadv_gw_node_add()
357 ntohl(gateway->bandwidth_up) % 10); in batadv_gw_node_add()
415 gw_node->bandwidth_up == ntohl(gateway->bandwidth_up)) in batadv_gw_node_update()
[all...]
H A Dtypes.h568 /** @bandwidth_up: advertised uplink upload bandwidth */
569 u32 bandwidth_up; member
1133 * @bandwidth_up: advertised uplink upload bandwidth (if gw_mode server)
1135 atomic_t bandwidth_up; member
H A Dnetlink.c315 atomic_read(&bat_priv->gw.bandwidth_up))) in batadv_netlink_mesh_fill()
514 atomic_set(&bat_priv->gw.bandwidth_up, nla_get_u32(attr)); in batadv_netlink_set_mesh()
H A Dbat_v.c732 if (nla_put_u32(msg, BATADV_ATTR_BANDWIDTH_UP, gw_node->bandwidth_up)) { in batadv_v_gw_dump_entry()
H A Dsoft-interface.c768 atomic_set(&bat_priv->gw.bandwidth_up, 20); in batadv_softif_init_late()
H A Dbat_iv_ogm.c2450 gw_node->bandwidth_up)) { in batadv_iv_gw_dump_entry()
/kernel/linux/linux-5.10/net/batman-adv/
H A Dgateway_common.c149 up = atomic_read(&bat_priv->gw.bandwidth_up); in batadv_gw_tvlv_container_update()
151 gw.bandwidth_up = htonl(up); in batadv_gw_tvlv_container_update()
178 up_curr = (unsigned int)atomic_read(&bat_priv->gw.bandwidth_up); in batadv_gw_bandwidth_set()
203 atomic_set(&bat_priv->gw.bandwidth_up, up_new); in batadv_gw_bandwidth_set()
230 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1()
234 gateway.bandwidth_up = gateway_ptr->bandwidth_up; in batadv_gw_tvlv_ogm_handler_v1()
236 gateway.bandwidth_up == 0) { in batadv_gw_tvlv_ogm_handler_v1()
238 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1()
H A Dgateway_client.c257 next_gw->bandwidth_up / 10, in batadv_gw_election()
258 next_gw->bandwidth_up % 10, in batadv_gw_election()
268 next_gw->bandwidth_up / 10, in batadv_gw_election()
269 next_gw->bandwidth_up % 10, in batadv_gw_election()
352 gw_node->bandwidth_up = ntohl(gateway->bandwidth_up); in batadv_gw_node_add()
363 ntohl(gateway->bandwidth_up) / 10, in batadv_gw_node_add()
364 ntohl(gateway->bandwidth_up) % 10); in batadv_gw_node_add()
422 gw_node->bandwidth_up == ntohl(gateway->bandwidth_up)) in batadv_gw_node_update()
[all...]
H A Dbat_v.c861 gw_node->bandwidth_up / 10, in batadv_v_gw_write_buffer_text()
862 gw_node->bandwidth_up % 10); in batadv_v_gw_write_buffer_text()
983 if (nla_put_u32(msg, BATADV_ATTR_BANDWIDTH_UP, gw_node->bandwidth_up)) { in batadv_v_gw_dump_entry()
H A Dtypes.h578 /** @bandwidth_up: advertised uplink upload bandwidth */
579 u32 bandwidth_up; member
1143 * @bandwidth_up: advertised uplink upload bandwidth (if gw_mode server)
1145 atomic_t bandwidth_up; member
H A Dnetlink.c314 atomic_read(&bat_priv->gw.bandwidth_up))) in batadv_netlink_mesh_fill()
515 atomic_set(&bat_priv->gw.bandwidth_up, nla_get_u32(attr)); in batadv_netlink_set_mesh()
H A Dbat_iv_ogm.c2590 gw_node->bandwidth_up / 10, in batadv_iv_gw_write_buffer_text()
2591 gw_node->bandwidth_up % 10); in batadv_iv_gw_write_buffer_text()
2687 gw_node->bandwidth_up)) { in batadv_iv_gw_dump_entry()
H A Dsoft-interface.c807 atomic_set(&bat_priv->gw.bandwidth_up, 20); in batadv_softif_init_late()
H A Dsysfs.c628 up = atomic_read(&bat_priv->gw.bandwidth_up); in batadv_show_gw_bwidth()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbatadv_packet.h561 * @bandwidth_up: advertised uplink upload bandwidth
565 __be32 bandwidth_up; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbatadv_packet.h563 * @bandwidth_up: advertised uplink upload bandwidth
567 __be32 bandwidth_up; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbatadv_packet.h255 __be32 bandwidth_up; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbatadv_packet.h255 __be32 bandwidth_up; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbatadv_packet.h247 __be32 bandwidth_up; member

Completed in 29 milliseconds