Lines Matching refs:packets
31 send or receive packets. This way reading packets just needs to wait for them,
33 transmission, multiple packets can be sent through one system call to get the
80 [capture] poll() ---------> to wait for incoming packets
122 [transmission] poll() ---------> wait for free packets (optional)
123 send() ---------> send all packets that are set as ready in
465 TP_STATUS_CSUMNOTREADY: currently it's used for outgoing IP packets which
488 packets are in the ring:
552 - VLAN metadata information available for packets
686 fprintf(stdout, "%d: Received 10000 packets\n", getpid());
978 printf("\nReceived %u packets, %lu bytes, %u dropped, freeze_q_cnt: %u\n",
990 If there is a requirement to load the network with many packets in a similar
997 This has the side-effect, that packets sent through PF_PACKET will bypass the
1000 and such packets are also not visible to other PF_PACKET sockets anymore. So,
1013 NIC is capable of timestamping packets in hardware, you can request those