Lines Matching +full:interface +full:- +full:node

1 /* SPDX-License-Identifier: MIT */
16 * enum batadv_tt_client_flags - TT client specific flags
22 * Bits from 4 to 7 - a subset of remote flags - are ensured to be in sync with
33 * @BATADV_TT_CLIENT_ROAM: the client roamed to/from another node and
41 * interface. This information is used by the "AP Isolation" feature
72 * part of the network but no node has already announced it
78 * enum batadv_mcast_flags_priv - Private, own multicast flags
93 * interface.
125 * enum batadv_gw_modes - gateway mode of node
139 * enum batadv_nl_attrs - batman-adv netlink attributes
148 * @BATADV_ATTR_VERSION: batman-adv version string
158 * @BATADV_ATTR_MESH_IFINDEX: index of the batman-adv interface
163 * @BATADV_ATTR_MESH_IFNAME: name of the batman-adv interface
168 * @BATADV_ATTR_MESH_ADDRESS: mac address of the batman-adv interface
173 * @BATADV_ATTR_HARD_IFINDEX: index of the non-batman-adv interface
178 * @BATADV_ATTR_HARD_IFNAME: name of the non-batman-adv interface
183 * @BATADV_ATTR_HARD_ADDRESS: mac address of the non-batman-adv
184 * interface
215 * @BATADV_ATTR_PAD: attribute used for padding for 64-bit alignment
220 * @BATADV_ATTR_ACTIVE: Flag indicating if the hard interface is active
345 * @BATADV_ATTR_VLANID: VLAN id on top of soft interface
351 * messages of the mesh interface shall be aggregated or not.
383 * between the mesh and devices bridged with the soft interface
398 * packet size exceeds the outgoing interface MTU.
404 * is propagated by this node if %BATADV_ATTR_GW_BANDWIDTH_MODE was set
411 * is propagated by this node if %BATADV_ATTR_GW_BANDWIDTH_MODE was set
423 * @BATADV_ATTR_GW_SEL_CLASS: defines the selection criteria this node
430 * to an originator message's tq-field on every hop and/or per
431 * hard interface
443 * optimizations should be replaced by simple broadcast-like flooding
444 * of multicast packets. If set to non-zero then all nodes in the mesh
472 * this interface. If the value is set to 0 then batman-adv will try to
479 * copies that may be generated for a multicast-to-unicast conversion.
499 BATADV_ATTR_MAX = __BATADV_ATTR_AFTER_LAST - 1
503 * enum batadv_nl_commands - supported batman-adv netlink commands
626 BATADV_CMD_MAX = __BATADV_CMD_AFTER_LAST - 1
630 * enum batadv_tp_meter_reason - reason of a tp meter test run stop
657 * @BATADV_TP_REASON_ALREADY_ONGOING: test to or from the same node
668 * @BATADV_TP_REASON_CANT_SEND: failed to send via outgoing interface
679 * enum batadv_ifla_attrs - batman-adv ifla nested attributes
694 /* add attributes above here, update the policy in soft-interface.c */
702 #define IFLA_BATADV_MAX (__IFLA_BATADV_MAX - 1)