Searched refs:l2tpv3 (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/net/ |
H A D | l2tpv3.c | 524 const NetdevL2TPv3Options *l2tpv3; in net_init_l2tpv3() local 541 l2tpv3 = &netdev->u.l2tpv3; in net_init_l2tpv3() 543 if (l2tpv3->has_ipv6 && l2tpv3->ipv6) { in net_init_l2tpv3() 544 s->ipv6 = l2tpv3->ipv6; in net_init_l2tpv3() 549 if ((l2tpv3->has_offset) && (l2tpv3->offset > 256)) { in net_init_l2tpv3() 554 if (l2tpv3->has_rxcookie || l2tpv3->has_txcookie) { in net_init_l2tpv3() 555 if (l2tpv3->has_rxcookie && l2tpv3->has_txcookie) { in net_init_l2tpv3() 566 if (l2tpv3->has_cookie64 || l2tpv3->cookie64) { in net_init_l2tpv3() 572 if (l2tpv3->has_udp && l2tpv3->udp) { in net_init_l2tpv3() 574 if (!(l2tpv3->srcport && l2tpv3->dstport)) { in net_init_l2tpv3() [all …]
|
H A D | meson.build | 34 system_ss.add(files('l2tpv3.c'))
|
/openbmc/qemu/qapi/ |
H A D | net.json | 305 # @udp: use the udp version of l2tpv3 encapsulation 716 # @l2tpv3: since 2.1 735 'data': [ 'none', 'nic', 'user', 'tap', 'l2tpv3', 'socket', 'stream', 761 'l2tpv3': 'NetdevL2TPv3Options',
|
/openbmc/linux/net/sched/ |
H A D | cls_flower.c | 74 struct flow_dissector_key_l2tpv3 l2tpv3; member 1902 fl_set_key_val(tb, &key->l2tpv3.session_id, in fl_set_key() 1904 &mask->l2tpv3.session_id, TCA_FLOWER_UNSPEC, in fl_set_key() 1905 sizeof(key->l2tpv3.session_id)); in fl_set_key() 2097 FLOW_DISSECTOR_KEY_L2TPV3, l2tpv3); in fl_init_dissector() 3416 fl_dump_key_val(skb, &key->l2tpv3.session_id, in fl_dump_key() 3418 &mask->l2tpv3.session_id, in fl_dump_key() 3420 sizeof(key->l2tpv3.session_id))) in fl_dump_key()
|
/openbmc/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 479 l2tpv3 socket transport 489 …vec0:transport=l2tpv3,udp=1,src=$src_host,dst=$dst_host,srcport=$src_port,dstport=$dst_port,depth=… 497 * ``rx_session=int`` - l2tpv3 32-bit integer session for rx packets 499 * ``tx_session=int`` - l2tpv3 32-bit integer session for tx packets 506 * ``rx_cookie=int`` - l2tpv3 32-bit integer cookie for rx packets - same 510 * ``tx_cookie=int`` - l2tpv3 32-bit integer cookie for tx packets 514 * ``counter=[0,1]`` - enable l2tpv3 counter
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 363 --enable-l2tpv3) printf "%s" -Dl2tpv3=enabled ;; 364 --disable-l2tpv3) printf "%s" -Dl2tpv3=disabled ;;
|
/openbmc/qemu/ |
H A D | meson_options.txt | 229 option('l2tpv3', type : 'feature', value : 'auto', feature 230 description: 'l2tpv3 network backend support')
|
H A D | qemu-options.hx | 2801 "-netdev l2tpv3,id=str,src=srcaddr,dst=dstaddr[,srcport=srcport][,dstport=dstport]\n" 2913 "l2tpv3|" 2962 ``-nic [tap|bridge|user|l2tpv3|vde|netmap|af-xdp|vhost-user|socket][,...][,mac=macaddr][,model=mn]`` 3483 ``-netdev l2tpv3,id=id,src=srcaddr,dst=dstaddr[,srcport=srcport][,dstport=dstport],txsession=txsess… 3511 Cookies are a weak form of security in the l2tpv3 specification. 3549 …-netdev l2tpv3,id=n1,src=4.2.3.1,dst=1.2.3.4,udp=on,srcport=16384,dstport=16384,rxsession=0xffffff… 3668 ``-net user|tap|bridge|socket|l2tpv3|vde[,...][,name=name]``
|
H A D | meson.build | 2858 if get_option('l2tpv3').allowed() and have_system 4766 summary_info += {'l2tpv3 support': have_l2tpv3}
|
/openbmc/linux/arch/um/drivers/ |
H A D | Kconfig | 247 This driver provides tap, raw, gre and l2tpv3 network transports
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |