Searched refs:sd_ndisc_new (Results 1 – 5 of 5) sorted by relevance
268 assert_se(sd_ndisc_new(&nd) >= 0); in TEST()355 assert_se(sd_ndisc_new(&nd) >= 0); in TEST()
50 assert_se(sd_ndisc_new(&nd) >= 0); in LLVMFuzzerTestOneInput()
163 int sd_ndisc_new(sd_ndisc **ret) { in sd_ndisc_new() function
68 int sd_ndisc_new(sd_ndisc **ret);
1072 r = sd_ndisc_new(&link->ndisc); in ndisc_configure()