Home
last modified time | relevance | path

Searched refs:l2tp (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch13 src/network/netdev/l2tp-tunnel.c | 9 ++++-----
14 src/network/netdev/l2tp-tunnel.h | 6 +++---
91 diff --git a/src/network/netdev/l2tp-tunnel.c b/src/network/netdev/l2tp-tunnel.c
93 --- a/src/network/netdev/l2tp-tunnel.c
94 +++ b/src/network/netdev/l2tp-tunnel.c
100 -#include <linux/l2tp.h>
105 #include "l2tp-tunnel.h"
111 +#include <linux/l2tp.h>
117 diff --git a/src/network/netdev/l2tp-tunnel.h b/src/network/netdev/l2tp-tunnel.h
119 --- a/src/network/netdev/l2tp-tunnel.h
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/
H A Dconnman.inc45 # PACKAGECONFIG:append:pn-connman = " openvpn vpnc l2tp pptp"
56 PACKAGECONFIG[l2tp] = "--enable-l2tp --with-l2tp=${sbindir}/xl2tpd,--disable-l2tp,,xl2tpd"
72 if ('openvpn' or 'vpnc' or 'l2tp' or 'pptp') in pkgconfig.split():
211 SUMMARY:${PN}-plugin-vpn-l2tp = "A L2TP plugin for ConnMan VPN"
212 DESCRIPTION:${PN}-plugin-vpn-l2tp = "The ConnMan L2TP plugin uses xl2tpd daemon \
214 FILES:${PN}-plugin-vpn-l2tp += "${libdir}/connman/scripts/libppp-plugin.so* \
215 ${libdir}/connman/plugins-vpn/l2tp.so"
216 RDEPENDS:${PN}-plugin-vpn-l2tp += "${PN}-vpn"
217 RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','l2tp','${PN}-plugin-vpn-l2tp', '', d)}"
/openbmc/linux/Documentation/networking/
H A Dl2tp.rst78 `include/uapi/linux/l2tp.h`_. The address includes the L2TP tunnel
97 `include/uapi/linux/l2tp.h`_.
118 l2tp" commands). If ``L2TP_ATTR_FD`` is given, it must be a socket fd
257 Application developers should refer to `include/uapi/linux/l2tp.h`_ for
313 * attributes during session creation -- see l2tp.h
453 l2tp help`` for more information.
465 Files under the l2tp directory can then be accessed, providing a summary
469 # cat /debug/l2tp/tunnels
480 # find /debug/tracing/events/l2tp
501 L2TPIP sockets are implemented in `net/l2tp/l2tp_ip.c`_ and
[all …]
H A Dindex.rst70 l2tp
/openbmc/linux/tools/testing/selftests/net/
H A Dl2tp.sh149 ip -netns host-1 l2tp add tunnel tunnel_id 1041 peer_tunnel_id 1042 \
151 ip -netns host-1 l2tp add session name l2tp4 tunnel_id 1041 \
159 ip -netns host-2 l2tp add tunnel tunnel_id 1042 peer_tunnel_id 1041 \
161 ip -netns host-2 l2tp add session name l2tp4 tunnel_id 1042 \
178 ip -netns host-1 l2tp add tunnel tunnel_id 1061 peer_tunnel_id 1062 \
180 ip -netns host-1 l2tp add session name l2tp6 tunnel_id 1061 \
188 ip -netns host-2 l2tp add tunnel tunnel_id 1062 peer_tunnel_id 1061 \
190 ip -netns host-2 l2tp add session name l2tp6 tunnel_id 1062 \
H A DMakefile15 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/
H A Dppp_2.5.2.bb60 PACKAGES =+ "${PN}-oa ${PN}-oe ${PN}-radius ${PN}-winbind ${PN}-minconn ${PN}-password ${PN}-l2tp $…
68 FILES:${PN}-l2tp = "${libdir}/pppd/${PV}/*l2tp.so"
76 SUMMARY:${PN}-l2tp = "Plugin for PPP for l2tp support"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/
H A Dopenl2tp_1.8.bb96 RDEPENDS:${PN} = "ppp ppp-l2tp bash"
97 RDEPENDS:${PN}-ptest += "rpcbind kernel-module-l2tp-ppp procps-ps tcl"
/openbmc/linux/net/l2tp/
H A DKconfig41 Support for l2tp directory in debugfs filesystem. This may be
42 used to dump internal state of the l2tp drivers for problem
H A Dl2tp_ip.c51 const struct l2tp_ip_sock *l2tp = l2tp_ip_sk(sk); in __l2tp_ip_bind_lookup() local
69 if (l2tp->conn_id != tunnel_id) in __l2tp_ip_bind_lookup()
H A Dtrace.h3 #define TRACE_SYSTEM l2tp
H A Dl2tp_ip6.c61 const struct l2tp_ip6_sock *l2tp = l2tp_ip6_sk(sk); in __l2tp_ip6_bind_lookup() local
79 if (l2tp->conn_id != tunnel_id) in __l2tp_ip6_bind_lookup()
/openbmc/linux/net/
H A DMakefile41 obj-$(CONFIG_L2TP) += l2tp/
H A DKconfig243 source "net/l2tp/Kconfig"
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto_6.12.bb71 KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " cgl/cfg/net/l2tp.scc"…
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst542 pre-up ip l2tp add tunnel remote 127.0.0.1 \
545 ip l2tp add session name l2tp1 tunnel_id 2 \
547 down ip l2tp del session tunnel_id 2 session_id 0xffffffff && \
548 ip l2tp del tunnel tunnel_id 2
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.1.1.rst91 - linux-yocto: Enable l2tp drivers when ptest featuee is on
/openbmc/linux/net/netfilter/
H A DKconfig1397 tristate '"l2tp" match support'
/openbmc/qemu/
H A Dqemu-options.hx3536 ip l2tp add tunnel remote 4.3.2.1 local 1.2.3.4 tunnel_id 1 peer_tunnel_id 1 \\
3538 ip l2tp add session tunnel_id 1 name vmtunnel0 session_id \\
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt3606 -rw-r--r-- root root 5672 ./usr/include/linux/l2tp.h
H A Dbuildhistory_filelist1.txt3605 -rw-r--r-- root root 5672 ./usr/include/linux/l2tp.h
/openbmc/linux/
H A DMAINTAINERS17211 F: net/l2tp/l2tp_ppp.c
H A Dopengrok1.0.log164 2024-12-28 20:07:11.953-0600 FINEST t585 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/linux/net/l2tp/l2tp_ip6.c': chosen by suffix: CAnalyzerFactory
165 2024-12-28 20:07:11.953-0600 FINE t585 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/linux/net/l2tp/l2tp_ip6.c' (CAnalyzer)
168 2024-12-28 20:07:11.956-0600 FINER t585 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/linux/net/l2tp/l2tp_ip6.c'
174 2024-12-28 20:07:11.961-0600 FINEST t604 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/linux/net/l2tp/l2tp_ip6.c'
403 2024-12-28 20:07:12.044-0600 FINER t585 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/net/l2tp/l2tp_ip6.c'
405 2024-12-28 20:07:12.044-0600 FINEST t585 Statistics.logIt: Added: '/openbmc/linux/net/l2tp/l2tp_ip6.c' (CAnalyzer) (took 91 ms)
[all...]
H A Dopengrok2.0.log[all...]
H A Dopengrok0.0.log[all...]

12