Searched defs:l2tp_session_cfg (Results 1 – 1 of 1) sorted by relevance
39 struct l2tp_session_cfg { struct40 enum l2tp_pwtype pw_type;41 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */42 unsigned int send_seq:1; /* send packets with sequence numbers? */43 unsigned int lns_mode:1; /* behave as LNS?46 u16 l2specific_type; /* Layer 2 specific type */47 u8 cookie[8]; /* optional cookie */48 int cookie_len; /* 0, 4 or 8 bytes */49 u8 peer_cookie[8]; /* peer's cookie */50 int peer_cookie_len; /* 0, 4 or 8 bytes */[all …]