Searched defs:restrict_u_tag (Results 1 – 1 of 1) sorted by relevance
808 struct restrict_u_tag { struct809 restrict_u * link; /* link to next entry */810 u_int32 count; /* number of packets matched */811 u_short flags; /* accesslist flags */812 u_short mflags; /* match flags */813 u_long expire; /* valid until time */814 union { /* variant starting here */817 } u;