Home
last modified time | relevance | path

Searched full:sids (Results 1 – 25 of 78) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/
Disys_stream2mmio_global.h29 * Stream2MMIO 0 has 8 SIDs that are indexed by
32 * Stream2MMIO 1 has 4 SIDs that are indexed by
35 * Stream2MMIO 2 has 4 SIDs that are indexed by
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/css_2401_system/
Disys_stream2mmio_global.h29 * Stream2MMIO 0 has 8 SIDs that are indexed by
32 * Stream2MMIO 1 has 4 SIDs that are indexed by
35 * Stream2MMIO 2 has 4 SIDs that are indexed by
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dsrv6_end_next_csid_l3vpn_test.sh29 # When no more C-SIDs are available in the Argument, the SRv6 End behavior
76 # SIDs/C-SIDs are stored. Considering an SRv6 router rt-x, SIDs/C-SIDs are
77 # configured in the Local SID/C-SIDs table as follows:
92 # (non compressed) SIDs. Reachability of SIDs is ensured by proper configuration
123 # SID when all the C-SIDs in a C-SID container have been processed. Using the
146 # C-SID container carrying several C-SIDs (e.g. 0400, 0300, etc).
246 # consider the different SIDs/C-SIDs).
587 # Setup local SIDs for an SRv6 router
606 # set underlay network routes for SIDs reachability
612 # set the underlay network for C-SIDs reachability
[all …]
Dsrv6_end_x_next_csid_l3vpn_test.sh31 # When no more C-SIDs are available in the Argument, the SRv6 End.X
79 # SIDs/C-SIDs are stored. Considering an SRv6 router rt-x, SIDs/C-SIDs are
80 # configured in the Local SID/C-SIDs table as follows:
95 # (non compressed) SIDs. Reachability of SIDs is ensured by proper configuration
126 # SID when all the C-SIDs in a C-SID container have been processed. Using the
149 # C-SID container carrying several C-SIDs (e.g. 0300, 0200, etc).
660 # set underlay network routes for SIDs reachability
666 # set the underlay network for C-SIDs reachability
676 # Setup local SIDs for an SRv6 router
692 # all SIDs for VPNs start with a common locator. Routes and SRv6
[all …]
Dsrv6_hencap_red_l3vpn_test.sh79 # Each SRv6 router is configured with a Local SID table in which SIDs are
80 # stored. Considering the given SRv6 router rt-x, at least two SIDs are
90 # services. Reachability of SIDs is ensured by proper configuration of the IPv6
135 # hs-1->hs-2 |IPv6 DA=fcff:3::e|SRH SIDs=fcff:4::e,fcff:2::d46|IPv6|...| (i.a)
139 # hs-2->hs-1 |IPv6 DA=fcff:4::e|SRH SIDs=fcff:3::e,fcff:1::d46|IPv4|...| (ii.b)
165 # hs-3->hs-4 |IPv6 DA=fcff:2::e|SRH SIDs=fcff:4::d46|IPv6|...| (i.c)
166 # hs-4->hs-3 |IPv6 DA=fcff:1::e|SRH SIDs=fcff:3::d46|IPv6|...| (i.d)
396 # Setup local SIDs for an SRv6 router
413 # set underlay network routes for SIDs reachability
434 # all SIDs for VPNs start with a common locator. Routes and SRv6
[all …]
Dsrv6_hl2encap_red_l2vpn_test.sh69 # Each SRv6 router is configured with a Local SID table in which SIDs are
70 # stored. Considering the given SRv6 router rt-x, at least two SIDs are
80 # services. Reachability of SIDs is ensured by proper configuration of the IPv6
116 # hs-2->hs-1 |IPv6 DA=fcff:4::e|SRH SIDs=fcff:3::e,fcff:1::d2|eth|...| (i.b)
350 # Setup local SIDs for an SRv6 router
367 # set underlay network routes for SIDs reachability
381 # all SIDs for VPNs start with a common locator. Routes and SRv6
607 # reachability of SIDs.
Dsrv6_end_flavors_test.sh110 # Each SRv6 router is configured with a Local SID table in which SIDs are
111 # stored. Considering the given SRv6 router rt-x, at least two SIDs are
120 # The fcff::/16 prefix is reserved by the operator for the SIDs. Reachability of
121 # SIDs is ensured by proper configuration of the IPv6 operator's network and
450 # Setup local SIDs for an SRv6 router
467 # set underlay network routes for SIDs reachability
482 # all SIDs start with a common locator. Routes and SRv6 Endpoint
632 # reachability of SIDs.
/kernel/linux/linux-6.6/drivers/soc/qcom/
Dramp_controller.c39 * @num_dfs_sids: Number of DFS SIDs (max 8)
40 * @num_link_sids: Number of Link SIDs (max 3)
41 * @num_lmh_sids: Number of LMh SIDs (max 8)
144 * @nsids: Total number of SIDs
210 /* Program LMH, DFS, Link SIDs */ in qcom_ramp_controller_start()
/kernel/linux/linux-6.6/drivers/acpi/arm64/
Diort.c806 kfree(rmr_data->sids); in iort_rmr_free()
813 u32 *sids, u32 num_sids) in iort_rmr_alloc() argument
824 /* Create a copy of SIDs array to associate with this rmr_data */ in iort_rmr_alloc()
825 sids_copy = kmemdup(sids, num_sids * sizeof(*sids), GFP_KERNEL); in iort_rmr_alloc()
830 rmr_data->sids = sids_copy; in iort_rmr_alloc()
889 u32 *sids, u32 num_sids, in iort_get_rmrs() argument
923 sids, num_sids); in iort_get_rmrs()
931 static u32 *iort_rmr_alloc_sids(u32 *sids, u32 count, u32 id_start, in iort_rmr_alloc_sids() argument
938 new_sids = krealloc_array(sids, count + new_count, in iort_rmr_alloc_sids()
984 u32 *sids = NULL; in iort_node_get_rmr_info() local
[all …]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/css_2401_system/host/
Disys_stream2mmio_private.h29 … 5 /* stride in master port words, increment is per packet for long sids, stride is not used…
51 * stream2mmio-controller sids. in stream2mmio_get_state()
117 * stream2mmio-controller sids. in stream2mmio_dump_state()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/host/
Disys_stream2mmio_private.h29 … 5 /* stride in master port words, increment is per packet for long sids, stride is not used…
51 * stream2mmio-controller sids. in stream2mmio_get_state()
117 * stream2mmio-controller sids. in stream2mmio_dump_state()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dsystem_global.h290 * Stream2MMIO 0 has 8 SIDs that are indexed by
293 * Stream2MMIO 1 has 4 SIDs that are indexed by
296 * Stream2MMIO 2 has 4 SIDs that are indexed by
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Dsystem_global.h287 * Stream2MMIO 0 has 8 SIDs that are indexed by
290 * Stream2MMIO 1 has 4 SIDs that are indexed by
293 * Stream2MMIO 2 has 4 SIDs that are indexed by
/kernel/linux/linux-5.10/security/selinux/ss/
Dpolicydb.h169 * initial SIDs, unlabeled file systems, TCP and UDP port numbers,
172 * (e.g. all initial SIDs) are linked together into a list.
227 #define OCON_ISID 0 /* initial SIDs */
287 /* security contexts of initial SIDs, unlabeled file systems,
/kernel/linux/linux-6.6/security/selinux/ss/
Dpolicydb.h169 * initial SIDs, unlabeled file systems, TCP and UDP port numbers,
172 * (e.g. all initial SIDs) are linked together into a list.
227 #define OCON_ISID 0 /* initial SIDs */
287 /* security contexts of initial SIDs, unlabeled file systems,
/kernel/linux/linux-6.6/security/selinux/include/
Dsecurity.h281 int security_get_user_sids(u32 callsid, char *username, u32 **sids, u32 *nel);
316 #define SECURITY_FS_USE_TRANS 2 /* use transition SIDs, e.g. devpts/tmpfs */
317 #define SECURITY_FS_USE_TASK 3 /* use task SIDs, e.g. pipefs/sockfs */
Dnetport.h5 * SELinux must keep a mapping of network ports to labels/SIDs. This
Dnetnode.h5 * SELinux must keep a mapping of network nodes to labels/SIDs. This
Dibpkey.h5 * SELinux must keep a mapping of pkeys to labels/SIDs. This
/kernel/linux/linux-5.10/security/selinux/include/
Dnetport.h5 * SELinux must keep a mapping of network ports to labels/SIDs. This
Dibpkey.h5 * SELinux must keep a mapping of pkeys to labels/SIDs. This
Dnetnode.h5 * SELinux must keep a mapping of network nodes to labels/SIDs. This
Dsecurity.h339 u32 **sids, u32 *nel);
384 #define SECURITY_FS_USE_TRANS 2 /* use transition SIDs, e.g. devpts/tmpfs */
385 #define SECURITY_FS_USE_TASK 3 /* use task SIDs, e.g. pipefs/sockfs */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/qcom/
Dqcom,msm8976-ramp-controller.yaml14 swallowing, enable sequences and link Sequence IDs (SIDs) for the
/kernel/linux/linux-6.6/fs/smb/client/
Dcifsacl.h170 * Used to store the special 'NFS SIDs' used to persist the POSIX uid and gid
195 * consist of revision, type, and two sids of minimum size for owner and group

1234