Discussion:
mbuf flags
(too old to reply)
Robert Swindells
2013-07-09 12:02:25 UTC
Permalink
Is there a pattern to follow when adding a new mbuf flag ?

The M_LINKn ones fill up to the end of a nibble boundary so I would need
to modify every line if we wanted to keep all the hex values the same
width.

Robert Swindells

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Matt Thomas
2013-07-10 14:36:51 UTC
Permalink
Post by Robert Swindells
Is there a pattern to follow when adding a new mbuf flag ?
The M_LINKn ones fill up to the end of a nibble boundary so I would need
to modify every line if we wanted to keep all the hex values the same
width.
What do you need a new mbuf flag for?

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Darren Reed
2013-09-03 15:34:30 UTC
Permalink
Post by Matt Thomas
Post by Robert Swindells
Is there a pattern to follow when adding a new mbuf flag ?
The M_LINKn ones fill up to the end of a nibble boundary so I would need
to modify every line if we wanted to keep all the hex values the same
width.
What do you need a new mbuf flag for?
Improvements in npf of course.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...