FD.io VPP
v21.01.1
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
int | dpo_is_punt (const dpo_id_t *dpo) |
A DPO to punt packets to the Control-plane. More... | |
const dpo_id_t * | punt_dpo_get (dpo_proto_t proto) |
void | punt_dpo_module_init (void) |
int dpo_is_punt | ( | const dpo_id_t * | dpo | ) |
A DPO to punt packets to the Control-plane.
Definition at line 33 of file punt_dpo.c.
const dpo_id_t* punt_dpo_get | ( | dpo_proto_t | proto | ) |
Definition at line 25 of file punt_dpo.c.
void punt_dpo_module_init | ( | void | ) |
Definition at line 97 of file punt_dpo.c.