Go to the source code of this file.
|
int | vnet_pppoe_add_del_session (vnet_pppoe_add_del_session_args_t *a, u32 *sw_if_indexp) |
|
static u64 | pppoe_make_key (u8 *mac_address, u16 session_id) |
|
static_always_inline void | pppoe_learn_process (BVT(clib_bihash) *table, u32 sw_if_index0, pppoe_entry_key_t *key0, pppoe_entry_key_t *cached_key, u32 *bucket0, pppoe_entry_result_t *result0) |
| Perform learning on one packet based on the mac table lookup result. More...
|
|
static_always_inline void | pppoe_lookup_1 (BVT(clib_bihash) *table, pppoe_entry_key_t *cached_key, pppoe_entry_result_t *cached_result, u8 *mac0, u16 session_id0, pppoe_entry_key_t *key0, u32 *bucket0, pppoe_entry_result_t *result0) |
|
static_always_inline void | pppoe_update_1 (BVT(clib_bihash) *table, u8 *mac0, u16 session_id0, pppoe_entry_key_t *key0, u32 *bucket0, pppoe_entry_result_t *result0) |
|
◆ foreach_pppoe_input_next
#define foreach_pppoe_input_next |
Value:_(IP4_INPUT, "ip4-input") \
_(IP6_INPUT, "ip6-input" ) \
_(CP_INPUT, "pppoe-cp-dispatch" ) \
Definition at line 75 of file pppoe.h.
◆ MTU
◆ MTU_BUFFERS
◆ NUM_BUFFERS_TO_ALLOC
#define NUM_BUFFERS_TO_ALLOC 32 |
◆ pppoe_error
#define pppoe_error |
( |
|
n, |
|
|
|
s |
|
) |
| PPPOE_ERROR_##n, |
◆ PPPOE_MEMORY_SIZE
#define PPPOE_MEMORY_SIZE (8<<20) |
◆ PPPOE_NUM_BUCKETS
#define PPPOE_NUM_BUCKETS (64 * 1024) |
◆ PPPOE_PADS
◆ PPPOE_VER_TYPE
#define PPPOE_VER_TYPE 0x11 |
◆ pppoe_input_error_t
◆ pppoe_input_next_t
Enumerator |
---|
PPPOE_INPUT_N_NEXT | |
Definition at line 81 of file pppoe.h.
◆ pppoe_learn_process()
Perform learning on one packet based on the mac table lookup result.
Definition at line 239 of file pppoe.h.
◆ pppoe_lookup_1()
◆ pppoe_make_key()
static u64 pppoe_make_key |
( |
u8 * |
mac_address, |
|
|
u16 |
session_id |
|
) |
| |
|
inlinestatic |
◆ pppoe_update_1()
◆ vnet_pppoe_add_del_session()
◆ pppoe_cp_dispatch_node
(constructor) VLIB_REGISTER_NODE (pppoe_cp_dispatch_node)
Definition at line 235 of file pppoe_cp_node.c.
◆ pppoe_input_node
(constructor) VLIB_REGISTER_NODE (pppoe_input_node)
Definition at line 400 of file pppoe_decap.c.
◆ pppoe_main