struct proto_ctx - protocol context More...
#include <proto.h>
Data Fields | |
unsigned int | family |
struct { | |
struct location location | |
const struct proto_desc * desc | |
} | protocol [PROTO_BASE_MAX+1] |
struct proto_ctx - protocol context
: hook family : location of the relational expression defining the context : protocol description for this layer
The location of the context is the location of the relational expression defining it, either directly through a protocol match or indirectly through a dependency.
const struct proto_desc* proto_ctx::desc |
unsigned int proto_ctx::family |
Referenced by payload_gen_dependency(), and proto_ctx_init().
Referenced by proto_ctx_update().
struct { ... } proto_ctx::protocol[PROTO_BASE_MAX + 1] |