In the front only, if you want to call it that way.
Say, I want to just modify the TTL or TOS values of IP header of a network packet (accessed using evbuffer API)
passing through my box: don't want to use pullup() which is costly, since, the IP header could be a few headers
away from the beginning (MAC + other enapsulations).
I don't understand how add_reference() would meet the need: I want to modify the bytes in the packet headers, from
less than a byte upto 16 bytes max.
Regards,
-devi