FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
int | dpo_is_drop (const dpo_id_t *dpo) |
The Drop DPO will drop all packets, no questions asked. More... | |
const dpo_id_t * | drop_dpo_get (dpo_proto_t proto) |
void | drop_dpo_module_init (void) |
int dpo_is_drop | ( | const dpo_id_t * | dpo | ) |
The Drop DPO will drop all packets, no questions asked.
It is valid for any packet protocol.
Definition at line 33 of file drop_dpo.c.
const dpo_id_t* drop_dpo_get | ( | dpo_proto_t | proto | ) |
Definition at line 25 of file drop_dpo.c.
void drop_dpo_module_init | ( | void | ) |
Definition at line 115 of file drop_dpo.c.