aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lacp
ModeNameSize
-rw-r--r--CMakeLists.txt927logstatsplain
-rw-r--r--FEATURE.yaml297logstatsplain
-rw-r--r--cli.c13829logstatsplain
-rw-r--r--input.c11356logstatsplain
-rw-r--r--lacp.api2470logstatsplain
-rw-r--r--lacp.c12925logstatsplain
-rw-r--r--lacp_api.c4378logstatsplain
-rw-r--r--lacp_doc.md4380logstatsplain
-rw-r--r--lacp_test.c4440logstatsplain
-rw-r--r--machine.h1469logstatsplain
-rw-r--r--mux_machine.c7695logstatsplain
-rw-r--r--mux_machine.h2479logstatsplain
-rw-r--r--node.c5940logstatsplain
-rw-r--r--node.h7076logstatsplain
-rw-r--r--protocol.h4685logstatsplain
-rw-r--r--ptx_machine.c6897logstatsplain
-rw-r--r--ptx_machine.h3418logstatsplain
-rw-r--r--rx_machine.c13433logstatsplain
-rw-r--r--rx_machine.h2837logstatsplain
-rw-r--r--selection.c2410logstatsplain
-rw-r--r--tx_machine.c3023logstatsplain
-rw-r--r--tx_machine.h1558logstatsplain
n> * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #ifndef included_vlib_h #define included_vlib_h #include <vppinfra/clib.h> #include <vppinfra/elf_clib.h> #include <vppinfra/callback.h> /* Generic definitions. */ #include <vlib/defs.h> /* Forward declarations of structs to avoid circular dependencies. */ struct vlib_main_t; typedef u32 vlib_log_class_t; /* All includes in alphabetical order. */ #include <vlib/physmem.h> #include <vlib/buffer.h> #include <vlib/cli.h> #include <vlib/counter.h> #include <vlib/error.h> #include <vlib/init.h> #include <vlib/node.h> #include <vlib/punt.h> #include <vlib/trace.h> #include <vlib/log.h> /* Main include depends on other vlib/ includes so we put it last. */ #include <vlib/main.h> /* Inline/extern function declarations. */ #include <vlib/threads.h> #include <vlib/physmem_funcs.h> #include <vlib/buffer_funcs.h> #include <vlib/cli_funcs.h> #include <vlib/error_funcs.h> #include <vlib/format_funcs.h> #include <vlib/node_funcs.h> #include <vlib/trace_funcs.h> #include <vlib/global_funcs.h> #include <vlib/buffer_node.h> #include <vppinfra/pcap_funcs.h> #endif /* included_vlib_h */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */