Home
last modified time | relevance | path

Searched refs:bandwidth_up (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/net/batman-adv/
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()
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()
423 gw_node->bandwidth_up / 10, in batadv_gw_node_update()
424 gw_node->bandwidth_up % 10, in batadv_gw_node_update()
[all …]
Dtypes.h569 u32 bandwidth_up; member
1135 atomic_t bandwidth_up; member
Dnetlink.c315 atomic_read(&bat_priv->gw.bandwidth_up))) in batadv_netlink_mesh_fill()
511 atomic_set(&bat_priv->gw.bandwidth_up, nla_get_u32(attr)); in batadv_netlink_set_mesh()
Dbat_v.c751 if (nla_put_u32(msg, BATADV_ATTR_BANDWIDTH_UP, gw_node->bandwidth_up)) { in batadv_v_gw_dump_entry()
Dsoft-interface.c767 atomic_set(&bat_priv->gw.bandwidth_up, 20); in batadv_softif_init_late()
Dbat_iv_ogm.c2451 gw_node->bandwidth_up)) { in batadv_iv_gw_dump_entry()
/linux-6.1.9/include/uapi/linux/
Dbatadv_packet.h565 __be32 bandwidth_up; member