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

  /src/sys/net/npf/
npf_conn.h 119 npf_connkey_t * npf_conn_getforwkey(npf_conn_t *);
npf_conn.c 46 * - npf_conn_getforwkey(con) -- for the forwards stream;
467 fw = npf_conn_getforwkey(con);
613 npf_connkey_t *fw = npf_conn_getforwkey(con);
744 fw = npf_conn_getforwkey(con);
830 fw = npf_conn_getforwkey(con);
905 fw = npf_conn_getforwkey(con);
973 const npf_connkey_t *fw = npf_conn_getforwkey(con);
npf_connkey.c 288 * npf_conn_getforwkey: get the address to the "forwards" key.
291 npf_conn_getforwkey(npf_conn_t *conn) function in typeref:typename:npf_connkey_t *

Completed in 76 milliseconds