/src/sys/net/npf/ |
npf_conn.h | 87 * as npf_connkey_t, see below and npf_conn_getkey(). 115 } npf_connkey_t; typedef in typeref:struct:npf_connkey 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 *); [all...] |
npf_conn.h | 87 * as npf_connkey_t, see below and npf_conn_getkey(). 115 } npf_connkey_t; typedef in typeref:struct:npf_connkey 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 *); [all...] |
npf_connkey.c | 85 npf_connkey_setkey(npf_connkey_t *key, unsigned alen, unsigned proto, 118 npf_connkey_getkey(const npf_connkey_t *key, unsigned *alen, unsigned *proto, 144 npf_connkey_setckey(npf_connkey_t *key, unsigned ifid, unsigned di) 166 npf_connkey_getckey(const npf_connkey_t *key, unsigned *ifid, unsigned *di) 180 npf_conn_adjkey(npf_connkey_t *key, const npf_addr_t *naddr, 200 npf_connkey_copy(const npf_connkey_t *skey, npf_connkey_t *dkey, bool invert) 226 npf_conn_conkey(const npf_cache_t *npc, npf_connkey_t *key, 290 npf_connkey_t * 301 npf_connkey_t * [all...] |
npf_connkey.c | 85 npf_connkey_setkey(npf_connkey_t *key, unsigned alen, unsigned proto, 118 npf_connkey_getkey(const npf_connkey_t *key, unsigned *alen, unsigned *proto, 144 npf_connkey_setckey(npf_connkey_t *key, unsigned ifid, unsigned di) 166 npf_connkey_getckey(const npf_connkey_t *key, unsigned *ifid, unsigned *di) 180 npf_conn_adjkey(npf_connkey_t *key, const npf_addr_t *naddr, 200 npf_connkey_copy(const npf_connkey_t *skey, npf_connkey_t *dkey, bool invert) 226 npf_conn_conkey(const npf_cache_t *npc, npf_connkey_t *key, 290 npf_connkey_t * 301 npf_connkey_t * [all...] |
npf_conn.c | 331 npf_connkey_t key; 430 npf_connkey_t *fw, *bk; 571 npf_connkey_t *bk; 613 npf_connkey_t *fw = npf_conn_getforwkey(con); 741 npf_connkey_t *fw, *bk; 814 npf_connkey_t *fw, *bk; 859 npf_connkey_t *fw, *bk; 946 npf_connkey_t key; 973 const npf_connkey_t *fw = npf_conn_getforwkey(con); 974 const npf_connkey_t *bk = npf_conn_getbackkey(con, NPF_CONNKEY_ALEN(fw)) [all...] |
npf_conn.c | 331 npf_connkey_t key; 430 npf_connkey_t *fw, *bk; 571 npf_connkey_t *bk; 613 npf_connkey_t *fw = npf_conn_getforwkey(con); 741 npf_connkey_t *fw, *bk; 814 npf_connkey_t *fw, *bk; 859 npf_connkey_t *fw, *bk; 946 npf_connkey_t key; 973 const npf_connkey_t *fw = npf_conn_getforwkey(con); 974 const npf_connkey_t *bk = npf_conn_getbackkey(con, NPF_CONNKEY_ALEN(fw)) [all...] |
npf_conndb.c | 164 npf_conndb_lookup(npf_t *npf, const npf_connkey_t *ck, npf_flow_t *flow) 203 npf_conndb_insert(npf_conndb_t *cd, const npf_connkey_t *ck, 229 npf_conndb_remove(npf_conndb_t *cd, npf_connkey_t *ck)
|
npf_conndb.c | 164 npf_conndb_lookup(npf_t *npf, const npf_connkey_t *ck, npf_flow_t *flow) 203 npf_conndb_insert(npf_conndb_t *cd, const npf_connkey_t *ck, 229 npf_conndb_remove(npf_conndb_t *cd, npf_connkey_t *ck)
|