Home
last modified time | relevance | path

Searched refs:neighbors_max (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd-network/
Dsd-lldp-rx.c68 if (hashmap_size(lldp_rx->neighbor_by_id) > LESS_BY(lldp_rx->neighbors_max, extra)) in lldp_rx_make_space()
410 .neighbors_max = LLDP_DEFAULT_NEIGHBORS_MAX, in sd_lldp_rx_new()
499 lldp_rx->neighbors_max = m; in sd_lldp_rx_set_neighbors_max()
Dlldp-rx-internal.h26 uint64_t neighbors_max; member