Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtp.h163 bool tp_tap_input(struct net_pkt *pkt);
167 #define tp_tap_input(_pkt) false
Dtp.c601 bool tp_tap_input(struct net_pkt *pkt) in tp_tap_input() function