Home
last modified time | relevance | path

Searched refs:net_capture_pkt_with_status (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcapture.h239 int net_capture_pkt_with_status(struct net_if *iface, struct net_pkt *pkt);
241 static inline int net_capture_pkt_with_status(struct net_if *iface, struct net_pkt *pkt) in net_capture_pkt_with_status() function
/Zephyr-latest/subsys/net/lib/capture/
Dcapture.c513 int net_capture_pkt_with_status(struct net_if *iface, struct net_pkt *pkt) in net_capture_pkt_with_status() function
589 (void)net_capture_pkt_with_status(iface, pkt); in net_capture_pkt()
Dcooked.c176 ret = net_capture_pkt_with_status(iface, pkt); in interface_recv()