Searched refs:max_link_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/bpf/bpftool/
H A Dnet.c804 static const unsigned int max_link_count = INT_MAX / sizeof(info); local
807 if (nf_link_count > max_link_count) {
808 p_err("cannot handle more than %u links\n", max_link_count);

Completed in 110 milliseconds