Searched refs:net_capture_pkt_with_status (Results 1 – 3 of 3) sorted by relevance
239 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
513 int net_capture_pkt_with_status(struct net_if *iface, struct net_pkt *pkt) in net_capture_pkt_with_status() function589 (void)net_capture_pkt_with_status(iface, pkt); in net_capture_pkt()
176 ret = net_capture_pkt_with_status(iface, pkt); in interface_recv()