Home
last modified time | relevance | path

Searched refs:npf_conn_getbackkey (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_conn.c468 bk = npf_conn_getbackkey(con, alen); in npf_conn_establish()
600 bk = npf_conn_getbackkey(con, con->c_alen); in npf_conn_setnat()
748 bk = npf_conn_getbackkey(con, NPF_CONNKEY_ALEN(fw)); in npf_conn_remove()
833 bk = npf_conn_getbackkey(con, alen); in npf_conn_export()
910 bk = npf_conn_getbackkey(con, NPF_CONNKEY_ALEN(fw)); in npf_conn_import()
974 const npf_connkey_t *bk = npf_conn_getbackkey(con, NPF_CONNKEY_ALEN(fw)); in npf_conn_print()
H A Dnpf_conn.h120 npf_connkey_t * npf_conn_getbackkey(npf_conn_t *, unsigned);
H A Dnpf_connkey.c302 npf_conn_getbackkey(npf_conn_t *conn, unsigned alen) in npf_conn_getbackkey() function