HomeSort by: relevance | last modified time | path
    Searched refs:npf_conn_getbackkey (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/npf/
npf_conn.h 120 npf_connkey_t * npf_conn_getbackkey(npf_conn_t *, unsigned);
npf_conn.c 47 * - npf_conn_getbackkey(con, alen) -- for the backwards stream.
468 bk = npf_conn_getbackkey(con, alen);
600 bk = npf_conn_getbackkey(con, con->c_alen);
748 bk = npf_conn_getbackkey(con, NPF_CONNKEY_ALEN(fw));
833 bk = npf_conn_getbackkey(con, alen);
910 bk = npf_conn_getbackkey(con, NPF_CONNKEY_ALEN(fw));
974 const npf_connkey_t *bk = npf_conn_getbackkey(con, NPF_CONNKEY_ALEN(fw));
npf_connkey.c 297 * npf_conn_getbackkey: get the address to the "backwards" key.
302 npf_conn_getbackkey(npf_conn_t *conn, unsigned alen) function in typeref:typename:npf_connkey_t *

Completed in 15 milliseconds