Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 64) sorted by relevance

123

/f-stack/freebsd/netinet6/
H A Dscope6.c395 int scope; in in6_setscope() local
407 scope = in6_addrscope(in6); in in6_setscope()
426 zoneid = sid->s6id_list[scope]; in in6_setscope()
509 scope == IPV6_ADDR_SCOPE_LINKLOCAL) in in6_getscopezone()
511 if (scope >= 0 && scope < IPV6_ADDR_SCOPES_COUNT) in in6_getscopezone()
512 return (SID(ifp)->s6id_list[scope]); in in6_getscopezone()
545 int scope; in sa6_checkzone() local
547 scope = in6_addrscope(&sa6->sin6_addr); in sa6_checkzone()
548 if (scope == IPV6_ADDR_SCOPE_GLOBAL) in sa6_checkzone()
585 int scope; in sa6_checkzone_ifp() local
[all …]
H A Din6_cksum.c89 uint16_t scope, *w; in _in6_cksum_pseudo() local
113 scope = in6_getscope(&ip6->ip6_src); in _in6_cksum_pseudo()
117 if (scope != 0) in _in6_cksum_pseudo()
118 sum -= scope; in _in6_cksum_pseudo()
125 if (scope != 0) in _in6_cksum_pseudo()
126 sum -= scope; in _in6_cksum_pseudo()
157 u_int16_t *w, scope; in in6_cksum_partial() local
199 if (scope != 0) in in6_cksum_partial()
200 sum -= scope; in in6_cksum_partial()
207 if (scope != 0) in in6_cksum_partial()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c167 zfs_mod_supported_impl(const char *scope, const char *name, const char *sysfs) in zfs_mod_supported_impl() argument
173 scope == NULL ? "" : "/", scope == NULL ? "" : scope, in zfs_mod_supported_impl()
185 zfs_mod_supported(const char *scope, const char *name) in zfs_mod_supported() argument
193 supported = (zfs_mod_supported_impl(scope, name, ZFS_SYSFS_DIR) || in zfs_mod_supported()
194 zfs_mod_supported_impl(scope, name, ZFS_SYSFS_ALT_DIR)); in zfs_mod_supported()
205 !zfs_mod_supported_impl(scope, NULL, ZFS_SYSFS_DIR) && in zfs_mod_supported()
206 !zfs_mod_supported_impl(scope, NULL, ZFS_SYSFS_ALT_DIR)) { in zfs_mod_supported()
/f-stack/freebsd/amd64/vmm/
H A Dvmm_stat.h56 enum vmm_stat_scope scope; member
61 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \ argument
63 { -1, nelems, desc, func, scope } \
67 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \ argument
68 VMM_STAT_FDEFINE(type, nelems, desc, NULL, scope)
H A Dvmm_stat.c67 if (vst->scope == VMM_STAT_SCOPE_INTEL && !vmm_is_intel()) in vmm_stat_register()
70 if (vst->scope == VMM_STAT_SCOPE_AMD && !vmm_is_svm()) in vmm_stat_register()
/f-stack/freebsd/net/
H A Dif_infiniband.c70 uint8_t scope; in infiniband_ipv4_multicast_map() local
73 scope = broadcast[5] & 0xF; in infiniband_ipv4_multicast_map()
80 buf[5] = 0x10 | scope; in infiniband_ipv4_multicast_map()
103 uint8_t scope; in infiniband_ipv6_multicast_map() local
105 scope = broadcast[5] & 0xF; in infiniband_ipv6_multicast_map()
112 buf[5] = 0x10 | scope; in infiniband_ipv6_multicast_map()
/f-stack/freebsd/netinet/
H A Dsctp_output.h48 struct sctp_scoping *scope,
57 struct sctp_scoping *scope,
H A Dsctp_sysctl.c201 loopback_scope = stcb->asoc.scope.loopback_scope; in sctp_sysctl_copy_out_local_addresses()
202 ipv4_local_scope = stcb->asoc.scope.ipv4_local_scope; in sctp_sysctl_copy_out_local_addresses()
203 local_scope = stcb->asoc.scope.local_scope; in sctp_sysctl_copy_out_local_addresses()
204 site_scope = stcb->asoc.scope.site_scope; in sctp_sysctl_copy_out_local_addresses()
205 ipv4_addr_legal = stcb->asoc.scope.ipv4_addr_legal; in sctp_sysctl_copy_out_local_addresses()
206 ipv6_addr_legal = stcb->asoc.scope.ipv6_addr_legal; in sctp_sysctl_copy_out_local_addresses()
H A Dsctp_asconf.c1955 if (stcb->asoc.scope.local_scope == 0) { in sctp_addr_mgmt_assoc()
1963 if (stcb->asoc.scope.site_scope == 0 && in sctp_addr_mgmt_assoc()
1985 if (stcb->asoc.scope.ipv4_local_scope == 0 && in sctp_addr_mgmt_assoc()
2145 if (stcb->asoc.scope.local_scope == 0) { in sctp_asconf_iterator_stcb()
2176 if (stcb->asoc.scope.ipv4_local_scope == 0 && in sctp_asconf_iterator_stcb()
2439 if (stcb->asoc.scope.loopback_scope == 0 && in sctp_find_valid_localaddr()
2448 if (stcb->asoc.scope.ipv4_addr_legal) { in sctp_find_valid_localaddr()
2460 if (stcb->asoc.scope.ipv4_local_scope == 0 && in sctp_find_valid_localaddr()
2479 if (stcb->asoc.scope.ipv6_addr_legal) { in sctp_find_valid_localaddr()
2498 if (stcb->asoc.scope.local_scope == 0 && in sctp_find_valid_localaddr()
[all …]
H A Dsctp_pcb.c845 local_scope = stcb->asoc.scope.local_scope; in sctp_does_stcb_own_this_addr()
846 site_scope = stcb->asoc.scope.site_scope; in sctp_does_stcb_own_this_addr()
3789 stcb->asoc.scope.loopback_scope = 1; in sctp_add_remote_addr()
3790 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr()
3792 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3805 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3812 stcb->asoc.scope.site_scope = 1; in sctp_add_remote_addr()
3858 stcb->asoc.scope.loopback_scope = 1; in sctp_add_remote_addr()
3859 stcb->asoc.scope.ipv4_local_scope = 1; in sctp_add_remote_addr()
3860 stcb->asoc.scope.local_scope = 0; in sctp_add_remote_addr()
[all …]
H A Dsctp_output.c1868 struct sctp_scoping *scope, in sctp_is_address_in_scope() argument
1871 if ((scope->loopback_scope == 0) && in sctp_is_address_in_scope()
1881 if (scope->ipv4_addr_legal) { in sctp_is_address_in_scope()
1901 if (scope->ipv6_addr_legal) { in sctp_is_address_in_scope()
1924 if ((scope->site_scope == 0) && in sctp_is_address_in_scope()
2028 struct sctp_scoping *scope, in sctp_add_addresses_to_i_ia() argument
2124 scope, 0) == 0) { in sctp_add_addresses_to_i_ia()
2177 scope, 1) == 0) { in sctp_add_addresses_to_i_ia()
2197 scope, 0) == 0) { in sctp_add_addresses_to_i_ia()
4834 if (stcb->asoc.scope.ipv4_addr_legal || stcb->asoc.scope.ipv6_addr_legal) { in sctp_send_initiate()
[all …]
H A Dsctputil.c1231 asoc->scope.ipv6_addr_legal = 1; in sctp_init_asoc()
1233 asoc->scope.ipv4_addr_legal = 1; in sctp_init_asoc()
1235 asoc->scope.ipv4_addr_legal = 0; in sctp_init_asoc()
1238 asoc->scope.ipv6_addr_legal = 0; in sctp_init_asoc()
1239 asoc->scope.ipv4_addr_legal = 1; in sctp_init_asoc()
6921 loopback_scope = stcb->asoc.scope.loopback_scope; in sctp_local_addr_count()
6923 ipv4_local_scope = stcb->asoc.scope.ipv4_local_scope; in sctp_local_addr_count()
6924 ipv4_addr_legal = stcb->asoc.scope.ipv4_addr_legal; in sctp_local_addr_count()
6927 local_scope = stcb->asoc.scope.local_scope; in sctp_local_addr_count()
6928 site_scope = stcb->asoc.scope.site_scope; in sctp_local_addr_count()
[all …]
/f-stack/dpdk/doc/guides/windows_gsg/
H A Dintro.rst18 compile. Support is being added in pieces so as to limit the overall scope
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dmhd.h95 uint8_t scope; member
/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c300 int scope; in pthread_attr_clone() local
301 error = pthread_attr_getscope(old_attr, &scope); in pthread_attr_clone()
303 error = pthread_attr_setscope(attr, scope); in pthread_attr_clone()
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dmatrix-keymap.yaml14 defining the keys in the scope of linux key codes since that is a stable and
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra20-hsuart.txt44 Tx deviation of connected device can be captured over scope (or noted from
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst204 Start with a scope label like "ethdev:".
257 Start with a scope label like "ethdev:".
378 generates ``AVX-512`` instructions, the scope is limited to ``GCC`` and
381 - [1]: Commit ("mk: fix scope of disabling AVX512F support")
H A Drelease_20_02.rst290 Start with a scope label like "ethdev:".
310 Start with a scope label like "ethdev:".
H A Drelease_20_08.rst298 Start with a scope label like "ethdev:".
319 Start with a scope label like "ethdev:".
/f-stack/freebsd/contrib/zstd/lib/
H A DREADME.md15 `libzstd` default scope is pretty large, including compression, decompression, dictionary builder,
17 The scope can be reduced on demand (see paragraph _modular build_).
/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping.c2001 char *scope; in krping_doit() local
2035 scope = strstr(optarg, "%"); in krping_doit()
2037 if (scope != NULL) in krping_doit()
2038 *scope++ = 0; in krping_doit()
2046 uint16_t scope_id = krping_get_ipv6_scope_id(scope); in krping_doit()
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY119 - better scope control with DO block END.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst12 (ESP and AH), IKE protocol(s) implementation is out of scope
/f-stack/dpdk/license/
H A Dlgpl-2.1.txt143 covered by this License; they are outside its scope. The act of
209 the scope of this License.
244 therefore falls outside the scope of this License.

123