Skip to content

Commit

Permalink
define PACKET_TAG_GIF
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jan 23, 2003
1 parent 0bddac1 commit c327775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions freebsd4/sys/sys/mbuf.h
Expand Up @@ -592,6 +592,7 @@ union mcluster {
#define PACKET_TAG_VLAN 1 /* VLAN ID */
#define PACKET_TAG_ENCAP 2 /* encapsulation data */
#define PACKET_TAG_ESP 3 /* ESP information */
#define PACKET_TAG_GIF 8 /* GIF processing done */
#define PACKET_TAG_PF_GENERATED 11 /* PF generated, pass always */
#define PACKET_TAG_PF_ROUTED 12 /* PF routed, no route loops */
#define PACKET_TAG_PF_FRAGCACHE 13 /* PF fragment cached */
Expand Down
1 change: 1 addition & 0 deletions netbsd/sys/sys/mbuf.h
Expand Up @@ -689,6 +689,7 @@ struct m_tag *m_tag_next(struct mbuf *, struct m_tag *);
#define PACKET_TAG_VLAN 1 /* VLAN ID */
#define PACKET_TAG_ENCAP 2 /* encapsulation data */
#define PACKET_TAG_ESP 3 /* ESP information */
#define PACKET_TAG_GIF 8 /* GIF processing done */
#define PACKET_TAG_PF_GENERATED 11 /* PF generated, pass always */
#define PACKET_TAG_PF_ROUTED 12 /* PF routed, no route loops */
#define PACKET_TAG_PF_FRAGCACHE 13 /* PF fragment cached */
Expand Down

0 comments on commit c327775

Please sign in to comment.