table of contents
uselessfns(3) | libnetfilter_queue | uselessfns(3) |
NAME¶
uselessfns - Internal functions
SYNOPSIS¶
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)
Detailed Description¶
Warning
pktb_mangle() uses all the below functions except pktb_pull, which is not used by anything.
Function Documentation¶
void pktb_pull (struct pkt_buff * pktb, unsigned int len)¶
pktb_pull - increment pointer to packet buffer
Parameters
len Number of bytes to add to packet start address
Definition at line 178 of file pktbuff.c.
void pktb_push (struct pkt_buff * pktb, unsigned int len)¶
pktb_push - decrement pointer to packet buffer
Parameters
len Number of bytes to subtract from packet start address
Definition at line 166 of file pktbuff.c.
void pktb_put (struct pkt_buff * pktb, unsigned int len)¶
pktb_put - add extra bytes to the tail of the packet buffer
Parameters
len Number of bytes to add to packet tail (and length)
Definition at line 190 of file pktbuff.c.
void pktb_trim (struct pkt_buff * pktb, unsigned int len)¶
pktb_trim - set new length for this packet buffer
Parameters
len New packet length (tail is adjusted to reflect this)
Definition at line 201 of file pktbuff.c.
Author¶
Generated automatically by Doxygen for libnetfilter_queue from the source code.
Wed Aug 9 2023 | Version 1.0.5 |