/Linux-v4.19/Documentation/networking/ |
D | l2tp.txt | 3 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 …]
|
D | cdc_mbim.txt | 166 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:
|
D | mac80211-auth-assoc-deauth.txt | 85 mac80211->driver: stop BA sessions
|
/Linux-v4.19/sound/soc/qcom/qdsp6/ |
D | q6routing.c | 290 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/ |
D | hfi_parser.c | 189 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/ |
D | qcom_l3_pmu.txt | 25 "perf record" will not work. Per-task perf sessions are not supported.
|
D | qcom_l2_pmu.txt | 38 not work. Per-task perf sessions are not supported.
|
D | arm-ccn.txt | 59 not work. Per-task (without "-a") perf sessions are not supported.
|
D | xgene-pmu.txt | 48 not work. Per-task (without "-a") perf sessions are not supported.
|
/Linux-v4.19/fs/ceph/ |
D | mds_client.c | 431 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 …]
|
D | mds_client.h | 324 struct ceph_mds_session **sessions; /* NULL for mds if no session */ member
|
/Linux-v4.19/Documentation/device-mapper/ |
D | switch.txt | 24 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/ |
D | Yama.rst | 18 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent,
|
/Linux-v4.19/net/l2tp/ |
D | Kconfig | 61 tunneling Point-to-Point Protocol (PPP) [RFC1661] sessions.
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 168 * No support for a sessions fore channel RPC compound that requires both a
|
/Linux-v4.19/Documentation/filesystems/ |
D | 9p.txt | 133 cache tags for existing cache sessions can be listed at
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-trace.txt | 185 live sessions (without --input/-i), 127 otherwise.
|
D | perf-stat.txt | 341 For workload sessions we also display time the workloads spent in
|
/Linux-v4.19/fs/cifs/ |
D | Kconfig | 91 establish sessions with some old SMB servers.
|
/Linux-v4.19/Documentation/misc-devices/mei/ |
D | mei.txt | 197 The protocol is used to maintain multiple sessions with Intel AMT from a
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_stat.c | 164 CONFIGFS_ATTR_RO(iscsi_stat_instance_, sessions);
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | persist.rst | 51 controllers. Result: all the power sessions are destroyed and again
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.rst | 249 Pseudoterminals, or PTYs, are used to create login sessions or provide
|
/Linux-v4.19/net/ipv4/ |
D | Kconfig | 751 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/ |
D | nfs4state.c | 2247 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()
|