Home
last modified time | relevance | path

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

/linux-6.12.1/net/batman-adv/
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()
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
1199 atomic_t bandwidth_up; member
Dnetlink.c313 atomic_read(&bat_priv->gw.bandwidth_up))) in batadv_netlink_mesh_fill()
512 atomic_set(&bat_priv->gw.bandwidth_up, nla_get_u32(attr)); in batadv_netlink_set_mesh()
Dbat_v.c732 if (nla_put_u32(msg, BATADV_ATTR_BANDWIDTH_UP, gw_node->bandwidth_up)) { in batadv_v_gw_dump_entry()
Dsoft-interface.c772 atomic_set(&bat_priv->gw.bandwidth_up, 20); in batadv_softif_init_late()
Dbat_iv_ogm.c2450 gw_node->bandwidth_up)) { in batadv_iv_gw_dump_entry()
/linux-6.12.1/include/uapi/linux/
Dbatadv_packet.h592 __be32 bandwidth_up; member