Go to the source code of this file.
|
static u32 | session_index_to_counter_index (u32 session_index, u32 counter_id) |
|
u8 * | format_l2t_trace (u8 *s, va_list *args) |
|
uword | unformat_pg_l2tp_header (unformat_input_t *input, va_list *args) |
|
void | l2tp_encap_init (vlib_main_t *vm) |
|
void | l2tp_decap_init (void) |
|
int | create_l2tpv3_ipv6_tunnel (l2t_main_t *lm, ip6_address_t *client_address, ip6_address_t *our_address, u32 local_session_id, u32 remote_session_id, u64 local_cookie, u64 remote_cookie, int l2_sublayer_present, u32 encap_fib_index, u32 *sw_if_index) |
|
int | l2tpv3_set_tunnel_cookies (l2t_main_t *lm, u32 sw_if_index, u64 new_local_cookie, u64 new_remote_cookie) |
|
int | l2tpv3_interface_enable_disable (vnet_main_t *vnm, u32 sw_if_index, int enable_disable) |
|
Enumerator |
---|
SESSION_COUNTER_USER_TO_NETWORK |
|
SESSION_COUNTER_NETWORK_TO_USER |
|
Definition at line 99 of file l2tp.h.
Enumerator |
---|
L2T_LOOKUP_SRC_ADDRESS |
|
L2T_LOOKUP_DST_ADDRESS |
|
L2T_LOOKUP_SESSION_ID |
|
Definition at line 51 of file l2tp.h.
u8* format_l2t_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
void l2tp_decap_init |
( |
void |
| ) |
|
int l2tpv3_interface_enable_disable |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |
int l2tpv3_set_tunnel_cookies |
( |
l2t_main_t * |
lm, |
|
|
u32 |
sw_if_index, |
|
|
u64 |
new_local_cookie, |
|
|
u64 |
new_remote_cookie |
|
) |
| |
static u32 session_index_to_counter_index |
( |
u32 |
session_index, |
|
|
u32 |
counter_id |
|
) |
| |
|
inlinestatic |
Definition at line 41 of file pg.c.
(constructor) VLIB_REGISTER_NODE (l2t_decap_local_node)
Definition at line 277 of file decap.c.
(constructor) VLIB_REGISTER_NODE (l2t_decap_node)
Definition at line 255 of file decap.c.
(constructor) VLIB_REGISTER_NODE (l2t_encap_node)
Definition at line 60 of file encap.c.