Home
last modified time | relevance | path

Searched defs:l2tp_tunnel_cfg (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/l2tp/
Dl2tp_core.h128 struct l2tp_tunnel_cfg { struct
129 int debug; /* bitmask of debug message
131 enum l2tp_encap_type encap;
134 struct in_addr local_ip;
135 struct in_addr peer_ip;
137 struct in6_addr *local_ip6;
138 struct in6_addr *peer_ip6;
140 u16 local_udp_port;
141 u16 peer_udp_port;
142 unsigned int use_udp_checksums:1,
[all …]