Home
last modified time | relevance | path

Searched refs:rt_ip4 (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Drt.c32 struct ip4_route rt_ip4[RT_IPV4_MAX_RULES]; variable
49 route_ipv4 = &rt_ip4[*n_rts]; in parse_rt_tokens()
138 if (ctx->rt_ip4 != NULL) in rt_init()
163 ret = rte_lpm_add(lpm, rt_ip4[i].ip, rt_ip4[i].depth, in rt_init()
164 rt_ip4[i].if_out); in rt_init()
169 uint32_t_to_char(rt_ip4[i].ip, &a, &b, &c, &d); in rt_init()
171 a, b, c, d, rt_ip4[i].depth, in rt_init()
172 rt_ip4[i].if_out); in rt_init()
204 ctx->rt_ip4 = (struct rt_ctx *)lpm; in rt_init()
H A Dipsec.h241 struct rt_ctx *rt_ip4; member
H A Dipsec_worker.c521 lconf.rt.rt4_ctx = socket_ctx[socket_id].rt_ip4; in ipsec_wrkr_non_burst_int_port_app_mode()
H A Dipsec-secgw.c1173 qconf->rt4_ctx = socket_ctx[socket_id].rt_ip4; in ipsec_poll_mode_worker()