Home
last modified time | relevance | path

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

12

/Linux-v4.19/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
/Linux-v4.19/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()
964 routing_data->sessions[i].port_id = -1; in msm_routing_probe()
965 routing_data->sessions[i].fedai_id = -1; in msm_routing_probe()
/Linux-v4.19/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-v4.19/Documentation/perf/
Dqcom_l3_pmu.txt25 "perf record" will not work. Per-task perf sessions are not supported.
Dqcom_l2_pmu.txt38 not work. Per-task perf sessions are not supported.
Darm-ccn.txt59 not work. Per-task (without "-a") perf sessions are not supported.
Dxgene-pmu.txt48 not work. Per-task (without "-a") perf sessions are not supported.
/Linux-v4.19/fs/ceph/
Dmds_client.c431 if (mds >= mdsc->max_sessions || !mdsc->sessions[mds]) in __ceph_lookup_mds_session()
433 session = mdsc->sessions[mds]; in __ceph_lookup_mds_session()
442 if (mds >= mdsc->max_sessions || !mdsc->sessions[mds]) in __have_session()
452 mdsc->sessions[s->s_mds] != s) in __verify_registered_session()
481 if (mdsc->sessions) { in register_session()
482 memcpy(sa, mdsc->sessions, in register_session()
484 kfree(mdsc->sessions); in register_session()
486 mdsc->sessions = sa; in register_session()
519 mdsc->sessions[mds] = s; in register_session()
540 BUG_ON(mdsc->sessions[s->s_mds] != s); in __unregister_session()
[all …]
Dmds_client.h324 struct ceph_mds_session **sessions; /* NULL for mds if no session */ member
/Linux-v4.19/Documentation/device-mapper/
Dswitch.txt24 how many members are being used. When iSCSI sessions are created, each
34 is possible to set up multiple iSCSI sessions to use multiple network
/Linux-v4.19/Documentation/admin-guide/LSM/
DYama.rst18 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent,
/Linux-v4.19/net/l2tp/
DKconfig61 tunneling Point-to-Point Protocol (PPP) [RFC1661] sessions.
/Linux-v4.19/Documentation/filesystems/nfs/
Dnfs41-server.txt168 * No support for a sessions fore channel RPC compound that requires both a
/Linux-v4.19/Documentation/filesystems/
D9p.txt133 cache tags for existing cache sessions can be listed at
/Linux-v4.19/tools/perf/Documentation/
Dperf-trace.txt185 live sessions (without --input/-i), 127 otherwise.
Dperf-stat.txt341 For workload sessions we also display time the workloads spent in
/Linux-v4.19/fs/cifs/
DKconfig91 establish sessions with some old SMB servers.
/Linux-v4.19/Documentation/misc-devices/mei/
Dmei.txt197 The protocol is used to maintain multiple sessions with Intel AMT from a
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_stat.c164 CONFIGFS_ATTR_RO(iscsi_stat_instance_, sessions);
/Linux-v4.19/Documentation/driver-api/usb/
Dpersist.rst51 controllers. Result: all the power sessions are destroyed and again
/Linux-v4.19/Documentation/admin-guide/
Ddevices.rst249 Pseudoterminals, or PTYs, are used to create login sessions or provide
/Linux-v4.19/net/ipv4/
DKconfig751 RFC2385 specifies a method of giving MD5 protection to TCP sessions.
752 Its main (only?) use is to protect BGP sessions between core routers
/Linux-v4.19/fs/nfsd/
Dnfs4state.c2247 find_client_in_id_table(struct list_head *tbl, clientid_t *clid, bool sessions) in find_client_in_id_table() argument
2254 if ((bool)clp->cl_minorversion != sessions) in find_client_in_id_table()
2264 find_confirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn) in find_confirmed_client() argument
2269 return find_client_in_id_table(tbl, clid, sessions); in find_confirmed_client()
2273 find_unconfirmed_client(clientid_t *clid, bool sessions, struct nfsd_net *nn) in find_unconfirmed_client() argument
2278 return find_client_in_id_table(tbl, clid, sessions); in find_unconfirmed_client()

12