Searched refs:filprop (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsoconfig.c419 struct sockconfig_filter_props filprop; local
453 filprop.sfp_modname = argv[1];
457 filprop.sfp_autoattach = B_TRUE;
461 filprop.sfp_hint = SOF_HINT_TOP;
463 filprop.sfp_hint = SOF_HINT_BOTTOM;
466 filprop.sfp_hint = SOF_HINT_BEFORE;
468 filprop.sfp_hint = SOF_HINT_AFTER;
487 filprop.sfp_hintarg = hintarg;
490 filprop.sfp_hint = SOF_HINT_NONE;
493 filprop
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c1708 struct sockconfig_filter_props filprop; local
1724 if (copyin(ufilpropp, &filprop, sizeof (filprop)) != 0) {
1737 filprop.sfp_modname = (char *)(uintptr_t)filprop32.sfp_modname;
1738 filprop.sfp_autoattach = filprop32.sfp_autoattach;
1739 filprop.sfp_hint = filprop32.sfp_hint;
1740 filprop.sfp_hintarg = (char *)(uintptr_t)filprop32.sfp_hintarg;
1741 filprop.sfp_socktuple_cnt = filprop32.sfp_socktuple_cnt;
1742 filprop.sfp_socktuple =
1747 if ((error = copyinstr(filprop
[all...]

Completed in 231 milliseconds