Go to the source code of this file.
|
static u8 * | format_pppoe_tap_trace (u8 *s, va_list *args) |
|
static_always_inline void | pppoe_learn_process (vlib_node_runtime_t *node, pppoe_main_t *pem, vlib_buffer_t *b0, 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 uword | pppoe_tap_dispatch (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
#define foreach_pppoe_tap_next |
Value:_(TUNTAP, "tuntap-tx" ) \
_(INTERFACE, "interface-output" ) \
Definition at line 24 of file pppoe_tap_node.c.
static u8* format_pppoe_tap_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Perform learning on one packet based on the mac table lookup result.
Definition at line 74 of file pppoe_tap_node.c.
Initial value:= {
.name = "pppoe-tap-dispatch",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static uword pppoe_tap_dispatch(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static u8 * format_pppoe_tap_trace(u8 *s, va_list *args)
#define foreach_pppoe_tap_next
(constructor) VLIB_REGISTER_NODE (pppoe_tap_dispatch_node)
Definition at line 22 of file pppoe_tap_node.c.