Lines Matching defs:dp
47 void *dp; /**< pointer to the dataplane struct*/
105 fib->dp = fib;
110 fib->dp = dir24_8_create(dp_name, socket_id, conf);
111 if (fib->dp == NULL)
113 fib->lookup = dir24_8_get_lookup_fn(fib->dp,
148 fib->lookup(fib->dp, ips, next_hops, n);
280 dir24_8_free(fib->dp);
318 return (fib == NULL) ? NULL : fib->dp;
335 fn = dir24_8_get_lookup_fn(fib->dp, type,
354 return dir24_8_rcu_qsbr_add(fib->dp, cfg, fib->name);