![]() |
FD.io VPP
v19.04.2-12-g66b1689
Vector Packet Processing
|
Include dependency graph for ip_punt_drop.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ip_punt_policer_t_ |
| IP4 punt policer configuration we police the punt rate to prevent overloading the host. More... | |
| struct | ip_punt_policer_trace_t_ |
| struct | ip_punt_redirect_rx_t_ |
| IP4 punt redirect per-rx interface configuration redirect punted traffic to another location. More... | |
| struct | ip_punt_redirect_t_ |
| IP punt redirect configuration. More... | |
| struct | ip4_punt_redirect_trace_t_ |
| IP Punt redirect trace. More... | |
| struct | ip_punt_redirect_detail_t_ |
Macros | |
| #define | foreach_ip_punt_policer_error _(DROP, "ip punt policer drop") |
Typedefs | |
| typedef struct ip_punt_policer_t_ | ip_punt_policer_t |
| IP4 punt policer configuration we police the punt rate to prevent overloading the host. More... | |
| typedef enum ip_punt_policer_next_t_ | ip_punt_policer_next_t |
| typedef struct ip_punt_policer_trace_t_ | ip_punt_policer_trace_t |
| typedef struct ip_punt_redirect_rx_t_ | ip_punt_redirect_rx_t |
| IP4 punt redirect per-rx interface configuration redirect punted traffic to another location. More... | |
| typedef struct ip_punt_redirect_t_ | ip_punt_redirect_t |
| IP punt redirect configuration. More... | |
| typedef enum ip_punt_redirect_next_t_ | ip_punt_redirect_next_t |
| IP punt redirect next nodes. More... | |
| typedef struct ip4_punt_redirect_trace_t_ | ip_punt_redirect_trace_t |
| IP Punt redirect trace. More... | |
| typedef struct ip_punt_redirect_detail_t_ | ip_punt_redirect_detail_t |
Enumerations | |
| enum | ip_punt_policer_next_t_ { IP_PUNT_POLICER_NEXT_DROP, IP_PUNT_POLICER_N_NEXT } |
| enum | ip_punt_policer_error_t { IP4_PUNT_POLICER_N_ERROR } |
| enum | ip_punt_redirect_next_t_ { IP_PUNT_REDIRECT_NEXT_DROP, IP_PUNT_REDIRECT_NEXT_TX, IP_PUNT_REDIRECT_NEXT_ARP, IP_PUNT_REDIRECT_N_NEXT } |
| IP punt redirect next nodes. More... | |
| #define foreach_ip_punt_policer_error _(DROP, "ip punt policer drop") |
Definition at line 44 of file ip_punt_drop.h.
| typedef enum ip_punt_policer_next_t_ ip_punt_policer_next_t |
| typedef struct ip_punt_policer_t_ ip_punt_policer_t |
IP4 punt policer configuration we police the punt rate to prevent overloading the host.
| typedef struct ip_punt_policer_trace_t_ ip_punt_policer_trace_t |
| typedef struct ip_punt_redirect_detail_t_ ip_punt_redirect_detail_t |
| typedef enum ip_punt_redirect_next_t_ ip_punt_redirect_next_t |
IP punt redirect next nodes.
| typedef struct ip_punt_redirect_rx_t_ ip_punt_redirect_rx_t |
IP4 punt redirect per-rx interface configuration redirect punted traffic to another location.
| typedef struct ip_punt_redirect_t_ ip_punt_redirect_t |
IP punt redirect configuration.
| typedef struct ip4_punt_redirect_trace_t_ ip_punt_redirect_trace_t |
IP Punt redirect trace.
| Enumerator | |
|---|---|
| IP4_PUNT_POLICER_N_ERROR | |
Definition at line 47 of file ip_punt_drop.h.
| Enumerator | |
|---|---|
| IP_PUNT_POLICER_NEXT_DROP | |
| IP_PUNT_POLICER_N_NEXT | |
Definition at line 32 of file ip_punt_drop.h.
IP punt redirect next nodes.
| Enumerator | |
|---|---|
| IP_PUNT_REDIRECT_NEXT_DROP | |
| IP_PUNT_REDIRECT_NEXT_TX | |
| IP_PUNT_REDIRECT_NEXT_ARP | |
| IP_PUNT_REDIRECT_N_NEXT | |
Definition at line 231 of file ip_punt_drop.h.
Definition at line 490 of file ip4_punt_drop.c.
Here is the call graph for this function:
Here is the caller graph for this function:| ip_punt_redirect_detail_t* ip4_punt_redirect_entries | ( | u32 | sw_if_index | ) |
| ip_punt_redirect_detail_t* ip6_punt_redirect_entries | ( | u32 | sw_if_index | ) |
|
inlinestatic |
Definition at line 382 of file ip_punt_drop.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
IP punt policing node function.
Definition at line 61 of file ip_punt_drop.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 301 of file ip_punt_drop.h.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_punt_redirect_add | ( | ip_punt_redirect_t * | cfg, |
| u32 | rx_sw_if_index, | ||
| ip_punt_redirect_rx_t * | redirect, | ||
| fib_protocol_t | fproto, | ||
| vnet_link_t | linkt | ||
| ) |
Add a punt redirect entry.
Definition at line 339 of file ip4_punt_drop.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_punt_redirect_del | ( | ip_punt_redirect_t * | cfg, |
| u32 | rx_sw_if_index | ||
| ) |
Definition at line 365 of file ip4_punt_drop.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 277 of file ip_punt_drop.h.
Here is the call graph for this function:
Here is the caller graph for this function: