Searched refs:nmode (Results 1 – 2 of 2) sorted by relevance
631 switch (nmode) { in ch_rte_parse_nat()666 uint8_t *nmode, in ch_rte_parse_atype_switch() argument738 *nmode |= 1 << 0; in ch_rte_parse_atype_switch()751 *nmode |= 1 << 1; in ch_rte_parse_atype_switch()764 *nmode |= 1 << 0; in ch_rte_parse_atype_switch()777 *nmode |= 1 << 1; in ch_rte_parse_atype_switch()795 *nmode |= 1 << 2; in ch_rte_parse_atype_switch()813 *nmode |= 1 << 3; in ch_rte_parse_atype_switch()867 uint8_t nmode = 0, nat_ipv4 = 0, nat_ipv6 = 0; in cxgbe_rtef_parse_actions() local942 ret = ch_rte_parse_atype_switch(a, items, &nmode, fs, in cxgbe_rtef_parse_actions()[all …]
1324 typeset nmode omode1328 nmode="on"1330 nmode="off"1333 log_note "$user zfs set $perm=$nmode $fs"1334 user_run $user zfs set $perm=$nmode $fs1335 if [[ $(get_prop $perm $fs) != $nmode ]]; then