Searched refs:net_l2 (Results 1 – 13 of 13) sorted by relevance
31 struct net_l2;83 void conn_mgr_ignore_l2(const struct net_l2 *l2);92 void conn_mgr_watch_l2(const struct net_l2 *l2);
58 struct net_l2 { struct95 extern const struct net_l2 NET_L2_GET_NAME(_name) argument133 const STRUCT_SECTION_ITERABLE(net_l2, \
651 const struct net_l2 * const l2;922 static inline const struct net_l2 *net_if_l2(struct net_if *iface) in net_if_l2()1369 struct net_if *net_if_get_first_by_type(const struct net_l2 *l2);
15 net_l2.rst
20 :zephyr_file:`include/zephyr/net/net_l2.h` as :c:struct:`net_l2`.189 .. doxygengroup:: net_l2
363 static bool iface_uses_l2(struct net_if *iface, const struct net_l2 *l2) in iface_uses_l2()369 void conn_mgr_ignore_l2(const struct net_l2 *l2) in conn_mgr_ignore_l2()385 void conn_mgr_watch_l2(const struct net_l2 *l2) in conn_mgr_watch_l2()
44 ITERABLE_SECTION_RAM(net_l2, 4) \
3 :relevant-api: lldp net_l2
3 :relevant-api: vlan_api net_l2 net_if
10 ITERABLE_SECTION_RAM(net_l2, Z_LINK_ITERABLE_SUBALIGN) \
56 …zephyr_iterable_section(NAME net_l2 GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN ${CONFI…
95 static struct net_l2 test_net_l2 = {
454 const struct net_l2 *l2; in net_if_send_data()644 struct net_if *net_if_get_first_by_type(const struct net_l2 *l2) in net_if_get_first_by_type()