Home
last modified time | relevance | path

Searched refs:copy_thresh (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/packet/
Dinternal.h98 int copy_thresh; member
Ddiag.c19 pinfo.pdi_copy_thresh = po->copy_thresh; in pdiag_put_info()
Daf_packet.c1939 if (po->copy_thresh && in tpacket_rcv()
3342 pkt_sk(sk)->copy_thresh = val; in packet_setsockopt()
/linux-4.1.27/drivers/net/ethernet/dlink/
Ddl2k.c35 static int copy_thresh; variable
50 module_param(copy_thresh, int, 0);
856 if (pkt_len > copy_thresh) { in receive_packet()