Home
last modified time | relevance | path

Searched refs:sessions (Results 1 – 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-rnbd-server23 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/
Dl2tp.rst27 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 …]
Dcdc_mbim.rst173 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::
Dtls.rst224 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
Dmac80211-auth-assoc-deauth.txt85 mac80211->driver: stop BA sessions
Dj1939.rst50 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/
Dq6routing.c338 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/
Dhfi_parser.c190 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/
Dqcom_l3_pmu.rst26 "perf record" will not work. Per-task perf sessions are not supported.
Dthunderx2-pmu.rst28 work. Per-task perf sessions are also not supported.
Dqcom_l2_pmu.rst39 not work. Per-task perf sessions are not supported.
Darm-ccn.rst61 not work. Per-task (without "-a") perf sessions are not supported.
Dxgene-pmu.rst49 not work. Per-task (without "-a") perf sessions are not supported.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/misc/
Dqcom,fastrpc.txt48 Defination: A value indicating how many sessions can share this
/kernel/linux/linux-5.10/fs/ceph/
Dmds_client.c684 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 …]
Dmds_client.h394 struct ceph_mds_session **sessions; /* NULL for mds if no session */ member
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Dswitch.rst25 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/
DREADME57 different device namespaces for different sessions. See "device_path"
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/
DYama.rst18 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent,
/kernel/linux/linux-5.10/net/l2tp/
DKconfig62 tunneling Point-to-Point Protocol (PPP) [RFC1661] sessions.
/kernel/linux/linux-5.10/Documentation/driver-api/mei/
Diamt.rst58 The protocol is used to maintain multiple sessions with Intel AMT from a
/kernel/linux/linux-5.10/drivers/misc/
Dfastrpc.c1532 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/
Dnfs41-server.rst251 No support for a sessions fore channel RPC compound that requires both a
/kernel/linux/linux-5.10/Documentation/filesystems/
D9p.rst157 cache tags for existing cache sessions can be listed at
/kernel/linux/linux-5.10/fs/cifs/
DKconfig94 establish sessions with some old SMB servers.

12