Home
last modified time | relevance | path

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

/Linux-v5.4/net/l2tp/
Dl2tp_core.h125 struct l2tp_tunnel_cfg { struct
126 int debug; /* bitmask of debug message
128 enum l2tp_encap_type encap;
131 struct in_addr local_ip;
132 struct in_addr peer_ip;
134 struct in6_addr *local_ip6;
135 struct in6_addr *peer_ip6;
137 u16 local_udp_port;
138 u16 peer_udp_port;
139 unsigned int use_udp_checksums:1,
[all …]