frr/bfdd
Donald Sharp 6d80d0c595 bfdd: Use pass by reference instead of pass by value for a struct
The function bfd_key_lookup is currently sending by value for
a now very large structure.  Let's convert this over to pass
by reference.  This is noticed by coverity.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2025-02-05 08:42:00 -05:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
bfd.c bfdd: Use pass by reference instead of pass by value for a struct 2025-02-05 08:42:00 -05:00
bfd.h bfdd: Use pass by reference instead of pass by value for a struct 2025-02-05 08:42:00 -05:00
bfd_packet.c bfdd: Fix CI build issue on kernel with no IPV6_HDRINCL 2025-01-23 03:25:02 +00:00
bfdd.c bfdd: remove control socket obsolete code 2024-07-25 10:37:11 -03:00
bfdd_cli.c bfdd: add sbfd config commands to bfdd cli 2025-01-23 02:31:11 +00:00
bfdd_nb.c bfdd: implement Xpath callbacks for SBFD 2025-01-23 02:30:44 +00:00
bfdd_nb.h bfdd: implement Xpath callbacks for SBFD 2025-01-23 02:30:44 +00:00
bfdd_nb_config.c bfdd: Use pass by reference instead of pass by value for a struct 2025-02-05 08:42:00 -05:00
bfdd_nb_state.c bfdd: Use pass by reference instead of pass by value for a struct 2025-02-05 08:42:00 -05:00
bfdd_vty.c bfdd: adjust show commands for SBFD 2025-01-23 02:31:36 +00:00
bfddp_packet.h *: manual SPDX License ID conversions 2023-02-09 14:09:07 +01:00
dplane.c bfdd: retain remote dplane client socket 2024-11-19 14:54:06 -05:00
event.c bfdd: add sbfd state machine functions 2025-01-23 02:58:46 +00:00
Makefile bfdd: Add some code so we can compile from w/ in the bfdd dir 2019-02-13 23:23:48 -05:00
ptm_adapter.c bfdd: add bfdname info when notify bfd status to PTM 2025-01-23 02:59:55 +00:00
subdir.am bfdd: remove control socket obsolete code 2024-07-25 10:37:11 -03:00