| 1245 | } |
| 1246 | |
| 1247 | static struct fib_dp_header * |
| 1248 | get_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 |
no outgoing calls
no test coverage detected