Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/networking/
Dl2tp.txt3 more sessions over an IP tunnel. It is commonly used for VPNs
4 (L2TP/IPSec) and by ISPs to tunnel subscriber PPP sessions over an IP
22 sessions over a UDP tunnel.
38 sessions.
47 sessions. An L2TP client or server is implemented in userspace.
83 never assigned to tunnels or sessions in the network. In the driver,
156 The tunnel and all of its sessions are closed when the tunnel socket
157 is closed. The netlink API may also be used to delete sessions and
186 kernel state about L2TP tunnels and sessions. To access it, the
202 tunnels and sessions only. Its use is discouraged.
[all …]
Dcdc_mbim.txt166 Multiplexed IP sessions (IPS)
168 MBIM allows multiplexing up to 256 IP sessions over a single USB data
169 channel. The cdc_mbim driver models such IP sessions as 802.1q VLAN
177 VLAN links prior to establishing MBIM IP sessions where the SessionId
193 sessions as another set of 802.1q VLAN subdevices of the master wwanY
232 Note that adding VLAN links for DSS sessions is entirely optional. A
268 sessions, which may not always be practical:
275 session 0 to a VLAN subdevice, similar to all other IP sessions. This
293 sessions on the shared USB data channel:
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
/Linux-v5.4/sound/soc/qcom/qdsp6/
Dq6routing.c290 struct session_data sessions[MAX_SESSIONS]; member
322 session = &routing_data->sessions[stream_id - 1]; in q6routing_stream_open()
373 if (fedai_id == data->sessions[i].fedai_id) in get_session_from_id()
374 return &data->sessions[i]; in get_session_from_id()
418 struct session_data *session = &priv->sessions[session_id]; in msm_routing_get_audio_mixer()
440 struct session_data *session = &data->sessions[session_id]; in msm_routing_put_audio_mixer()
992 routing_data->sessions[i].port_id = -1; in msm_routing_probe()
993 routing_data->sessions[i].fedai_id = -1; in msm_routing_probe()
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhfi_parser.c189 const struct hfi_max_sessions_supported *sessions = data; in parse_max_sessions() local
191 core->max_sessions_supported = sessions->max_sessions; in parse_max_sessions()
/Linux-v5.4/Documentation/admin-guide/perf/
Dqcom_l3_pmu.rst26 "perf record" will not work. Per-task perf sessions are not supported.
Dthunderx2-pmu.rst26 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.
/Linux-v5.4/Documentation/devicetree/bindings/misc/
Dqcom,fastrpc.txt48 Defination: A value indicating how many sessions can share this
/Linux-v5.4/fs/ceph/
Dmds_client.c569 if (mds >= mdsc->max_sessions || !mdsc->sessions[mds]) in __ceph_lookup_mds_session()
571 return get_session(mdsc->sessions[mds]); in __ceph_lookup_mds_session()
576 if (mds >= mdsc->max_sessions || !mdsc->sessions[mds]) in __have_session()
586 mdsc->sessions[s->s_mds] != s) in __verify_registered_session()
615 if (mdsc->sessions) { in register_session()
616 memcpy(sa, mdsc->sessions, in register_session()
618 kfree(mdsc->sessions); in register_session()
620 mdsc->sessions = sa; in register_session()
654 mdsc->sessions[mds] = s; in register_session()
675 BUG_ON(mdsc->sessions[s->s_mds] != s); in __unregister_session()
[all …]
Dmds_client.h356 struct ceph_mds_session **sessions; /* NULL for mds if no session */ member
/Linux-v5.4/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
/Linux-v5.4/net/l2tp/
DKconfig62 tunneling Point-to-Point Protocol (PPP) [RFC1661] sessions.
/Linux-v5.4/Documentation/admin-guide/LSM/
DYama.rst18 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent,
/Linux-v5.4/drivers/misc/
Dfastrpc.c1328 int i, sessions = 0; in fastrpc_cb_probe() local
1336 of_property_read_u32(dev->of_node, "qcom,nsessions", &sessions); in fastrpc_cb_probe()
1348 if (sessions > 0) { in fastrpc_cb_probe()
1351 for (i = 1; i < sessions; i++) { in fastrpc_cb_probe()
/Linux-v5.4/Documentation/driver-api/mei/
Diamt.rst58 The protocol is used to maintain multiple sessions with Intel AMT from a
/Linux-v5.4/Documentation/filesystems/nfs/
Dnfs41-server.txt168 * No support for a sessions fore channel RPC compound that requires both a
/Linux-v5.4/Documentation/filesystems/
D9p.txt133 cache tags for existing cache sessions can be listed at
/Linux-v5.4/fs/cifs/
DKconfig94 establish sessions with some old SMB servers.
/Linux-v5.4/drivers/target/iscsi/
Discsi_target_stat.c156 CONFIGFS_ATTR_RO(iscsi_stat_instance_, sessions);
/Linux-v5.4/Documentation/driver-api/usb/
Dpersist.rst51 controllers. Result: all the power sessions are destroyed and again
/Linux-v5.4/tools/perf/Documentation/
Dperf-trace.txt199 live sessions (without --input/-i), 127 otherwise.

12