Home | History | Annotate | Download | only in npf

Lines Matching defs:npf_connkey_t

87 	 * as npf_connkey_t, see below and npf_conn_getkey().
115 } npf_connkey_t;
117 unsigned npf_conn_conkey(const npf_cache_t *, npf_connkey_t *,
119 npf_connkey_t * npf_conn_getforwkey(npf_conn_t *);
120 npf_connkey_t * npf_conn_getbackkey(npf_conn_t *, unsigned);
121 void npf_conn_adjkey(npf_connkey_t *, const npf_addr_t *,
123 unsigned npf_connkey_setkey(npf_connkey_t *, unsigned, unsigned,
125 void npf_connkey_getkey(const npf_connkey_t *, unsigned *,
127 unsigned npf_connkey_import(npf_t *, const nvlist_t *, npf_connkey_t *);
128 nvlist_t * npf_connkey_export(npf_t *, const npf_connkey_t *);
129 void npf_connkey_print(const npf_connkey_t *);
169 npf_conn_t * npf_conndb_lookup(npf_t *, const npf_connkey_t *, npf_flow_t *);
170 bool npf_conndb_insert(npf_conndb_t *, const npf_connkey_t *,
172 npf_conn_t * npf_conndb_remove(npf_conndb_t *, npf_connkey_t *);