Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetisr.c313 const struct netisr_dispatch_table_entry *ndtep; in netisr_dispatch_policy_to_str() local
319 ndtep = &netisr_dispatch_table[i]; in netisr_dispatch_policy_to_str()
320 if (ndtep->ndte_policy == dispatch_policy) { in netisr_dispatch_policy_to_str()
321 str = ndtep->ndte_policy_str; in netisr_dispatch_policy_to_str()
331 const struct netisr_dispatch_table_entry *ndtep; in netisr_dispatch_policy_from_str() local
335 ndtep = &netisr_dispatch_table[i]; in netisr_dispatch_policy_from_str()
336 if (strcmp(ndtep->ndte_policy_str, str) == 0) { in netisr_dispatch_policy_from_str()
337 *dispatch_policyp = ndtep->ndte_policy; in netisr_dispatch_policy_from_str()