MCPcopy Create free account
hub / github.com/F-Stack/f-stack / get_fib_dp_header

Function get_fib_dp_header

freebsd/net/route/fib_algo.c:1247–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245}
1246
1247static struct fib_dp_header *
1248get_fib_dp_header(struct fib_dp *dp)
1249{
1250
1251 return (__containerof((void *)dp, struct fib_dp_header, fdh_idx));
1252}
1253
1254/*
1255 * Replace per-family index pool @pdp with a new one which

Callers 3

replace_rtables_familyFunction · 0.85
grow_rtables_familyFunction · 0.85
fib_select_algo_initialFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected