Home
last modified time | relevance | path

Searched refs:net_pkt_is_lldp (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h1342 static inline bool net_pkt_is_lldp(struct net_pkt *pkt) in net_pkt_is_lldp() function
1352 static inline bool net_pkt_is_lldp(struct net_pkt *pkt) in net_pkt_is_lldp() function
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c757 } else if (IS_ENABLED(CONFIG_NET_LLDP) && net_pkt_is_lldp(pkt)) { in ethernet_send()