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