Searched refs:mod_uint32_value (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_tunables.c62 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0)
64 /* mod_uint32_value() + pinfo guarantees we're in UDP port range. */
80 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0)
82 /* mod_uint32_value() + pinfo guarantees we're in UDP port range. */
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.h162 extern int mod_uint32_value(const void *, mod_prop_info_t *,
H A Dtunables.c124 mod_uint32_value(const void *pval, mod_prop_info_t *pinfo, uint_t flags, function
156 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c170 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0)
367 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0)
390 if ((err = mod_uint32_value(pval, pinfo, flags, &tmp)) != 0)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c215 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0)
217 /* mod_uint32_value() + pinfo guarantees we're in TCP port range. */
233 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0)
235 /* mod_uint32_value() + pinfo guarantees we're in TCP port range. */

Completed in 62 milliseconds