Searched refs:net_pkt_is_lldp (Results 1 – 2 of 2) sorted by relevance
1342 static inline bool net_pkt_is_lldp(struct net_pkt *pkt) in net_pkt_is_lldp() function1352 static inline bool net_pkt_is_lldp(struct net_pkt *pkt) in net_pkt_is_lldp() function
757 } else if (IS_ENABLED(CONFIG_NET_LLDP) && net_pkt_is_lldp(pkt)) { in ethernet_send()