uselessfns(3) | Library Functions Manual | uselessfns(3) |
uselessfns - Internal functions
void pktb_push (struct pkt_buff *pktb, unsigned int len)
void pktb_pull (struct pkt_buff *pktb, unsigned int len)
void pktb_put (struct pkt_buff *pktb, unsigned int len)
void pktb_trim (struct pkt_buff *pktb, unsigned int len)
Warning
pktb_pull - increment pointer to packet buffer
Parameters
Definition at line 178 of file pktbuff.c.
pktb_push - decrement pointer to packet buffer
Parameters
Definition at line 166 of file pktbuff.c.
pktb_put - add extra bytes to the tail of the packet buffer
Parameters
Definition at line 190 of file pktbuff.c.
pktb_trim - set new length for this packet buffer
Parameters
Definition at line 201 of file pktbuff.c.
Generated automatically by Doxygen for libnetfilter_queue from the source code.
Version 1.0.5 | libnetfilter_queue |