Searched refs:dont_send (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/ipv4/
H A Darp.c844 int dont_send;
846 dont_send = arp_ignore(in_dev, sip, tip);
847 if (!dont_send && IN_DEV_ARPFILTER(in_dev))
848 dont_send = arp_filter(sip, tip, dev);
849 if (!dont_send) {
843 int dont_send; local
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h532 u64 dont_send:1; member in struct:sq_hdr_subdesc
563 u64 dont_send:1;
H A Dnicvf_queues.c606 if (hdr->dont_send) {
1452 hdr->dont_send = 1;
H A Dnicvf_main.c696 if (hdr->dont_send) {
1691 * via CQE has 'dont_send' set. Hence HW drops the pkt pointed

Completed in 152 milliseconds