HomeSort by: relevance | last modified time | path
    Searched defs:n_random_id (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/npf/
npf_ext_normalize.c 59 bool n_random_id; member in struct:__anon93def0d90108
76 np->n_random_id = dnvlist_get_bool(params, "random-id", false);
111 KASSERT(np->n_random_id || np->n_no_df || minttl);
114 if (np->n_random_id) {
160 if (npf_iscached(npc, NPC_IP4) && (np->n_random_id || np->n_minttl)) {
npf_ext_normalize.c 59 bool n_random_id; member in struct:__anon93def0d90108
76 np->n_random_id = dnvlist_get_bool(params, "random-id", false);
111 KASSERT(np->n_random_id || np->n_no_df || minttl);
114 if (np->n_random_id) {
160 if (npf_iscached(npc, NPC_IP4) && (np->n_random_id || np->n_minttl)) {

Completed in 23 milliseconds