/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-rnbd-server | 23 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/ 30 /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/ 34 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/read_only 40 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/mapping_path 46 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/access_mode
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | l2tp.rst | 27 An L2TP tunnel carries one or more L2TP sessions. Each tunnel is 31 and whether it is a control or data packet. When tunnels and sessions 37 operations when establishing tunnels and sessions. The procedure looks 89 An L2TP tunnel and all of its sessions are automatically closed when 217 Ethernet sessions only. 231 Ethernet sessions only. 254 Ethernet sessions only. 334 - Delete a tunnel and all of its sessions (if any):: 484 tunnels and sessions only. Its use is discouraged. 509 keeps a list of sessions in the tunnel. When a tunnel is first [all …]
|
D | cdc_mbim.rst | 173 Multiplexed IP sessions (IPS) 175 MBIM allows multiplexing up to 256 IP sessions over a single USB data 176 channel. The cdc_mbim driver models such IP sessions as 802.1q VLAN 184 VLAN links prior to establishing MBIM IP sessions where the SessionId 200 sessions as another set of 802.1q VLAN subdevices of the master wwanY 240 Note that adding VLAN links for DSS sessions is entirely optional. A 276 sessions, which may not always be practical: 284 session 0 to a VLAN subdevice, similar to all other IP sessions. This 302 sessions on the shared USB data channel::
|
D | tls.rst | 224 number of TX and RX sessions currently installed where host handles 228 number of TX and RX sessions currently installed where NIC handles 232 number of TX and RX sessions opened with host cryptography 235 number of TX and RX sessions opened with NIC cryptography
|
D | mac80211-auth-assoc-deauth.txt | 85 mac80211->driver: stop BA sessions
|
D | j1939.rst | 50 knowing it. The individual TP & ETP sessions _must_ be serialized 142 mentioned in the context of transport protocol sessions. These still deliver
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
D | q6routing.c | 338 struct session_data sessions[MAX_SESSIONS]; member 370 session = &routing_data->sessions[stream_id - 1]; in q6routing_stream_open() 421 if (fedai_id == data->sessions[i].fedai_id) in get_session_from_id() 422 return &data->sessions[i]; in get_session_from_id() 466 struct session_data *session = &priv->sessions[session_id]; in msm_routing_get_audio_mixer() 488 struct session_data *session = &data->sessions[session_id]; in msm_routing_put_audio_mixer() 1076 routing_data->sessions[i].port_id = -1; in msm_routing_probe() 1077 routing_data->sessions[i].fedai_id = -1; in msm_routing_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | hfi_parser.c | 190 const struct hfi_max_sessions_supported *sessions = data; in parse_max_sessions() local 192 core->max_sessions_supported = sessions->max_sessions; in parse_max_sessions()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/perf/ |
D | qcom_l3_pmu.rst | 26 "perf record" will not work. Per-task perf sessions are not supported.
|
D | thunderx2-pmu.rst | 28 work. Per-task perf sessions are also not supported.
|
D | qcom_l2_pmu.rst | 39 not work. Per-task perf sessions are not supported.
|
D | arm-ccn.rst | 61 not work. Per-task (without "-a") perf sessions are not supported.
|
D | xgene-pmu.rst | 49 not work. Per-task (without "-a") perf sessions are not supported.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/misc/ |
D | qcom,fastrpc.txt | 48 Defination: A value indicating how many sessions can share this
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | mds_client.c | 684 if (mds >= mdsc->max_sessions || !mdsc->sessions[mds]) in __ceph_lookup_mds_session() 686 return ceph_get_mds_session(mdsc->sessions[mds]); in __ceph_lookup_mds_session() 691 if (mds >= mdsc->max_sessions || !mdsc->sessions[mds]) in __have_session() 701 mdsc->sessions[s->s_mds] != s) in __verify_registered_session() 730 if (mdsc->sessions) { in register_session() 731 memcpy(sa, mdsc->sessions, in register_session() 733 kfree(mdsc->sessions); in register_session() 735 mdsc->sessions = sa; in register_session() 771 mdsc->sessions[mds] = s; in register_session() 792 BUG_ON(mdsc->sessions[s->s_mds] != s); in __unregister_session() [all …]
|
D | mds_client.h | 394 struct ceph_mds_session **sessions; /* NULL for mds if no session */ member
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | switch.rst | 25 how many members are being used. When iSCSI sessions are created, each 35 is possible to set up multiple iSCSI sessions to use multiple network
|
/kernel/linux/linux-5.10/drivers/block/rnbd/ |
D | README | 57 different device namespaces for different sessions. See "device_path"
|
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/ |
D | Yama.rst | 18 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent,
|
/kernel/linux/linux-5.10/net/l2tp/ |
D | Kconfig | 62 tunneling Point-to-Point Protocol (PPP) [RFC1661] sessions.
|
/kernel/linux/linux-5.10/Documentation/driver-api/mei/ |
D | iamt.rst | 58 The protocol is used to maintain multiple sessions with Intel AMT from a
|
/kernel/linux/linux-5.10/drivers/misc/ |
D | fastrpc.c | 1532 int i, sessions = 0; in fastrpc_cb_probe() local 1540 of_property_read_u32(dev->of_node, "qcom,nsessions", &sessions); in fastrpc_cb_probe() 1552 if (sessions > 0) { in fastrpc_cb_probe() 1555 for (i = 1; i < sessions; i++) { in fastrpc_cb_probe()
|
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/ |
D | nfs41-server.rst | 251 No support for a sessions fore channel RPC compound that requires both a
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | 9p.rst | 157 cache tags for existing cache sessions can be listed at
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | Kconfig | 94 establish sessions with some old SMB servers.
|