Lines Matching full:packet
21 libipq \(em iptables userspace packet queuing library.
27 libipq is a development library for iptables userspace packet queuing.
28 .SS Userspace Packet Queuing
77 allows the application to specify whether packet metadata, or packet
88 .I packet messages
92 The type of packet may be determined with
95 If it's a packet message, the metadata and optional payload may be retrieved with
103 To issue a verdict on a packet, and optionally return a modified version
104 of the packet to the kernel, call
134 Set the queue mode, to copy either packet metadata, or payloads
145 Retrieve a packet message from the buffer.
151 Set a verdict on a packet, optionally replacing its contents.
163 packets and issues NF_ACCEPT verdicts on each packet.
233 Linux 2.4 Packet Filtering HOWTO.
235 If an application modifies a packet, it needs to also update any
236 checksums for the packet. Typically, the kernel will silently discard
274 which has links to The Networking Concepts HOWTO, The Linux 2.4 Packet