Lines Matching refs:lconf
499 struct lcore_conf_ev_tx_int_port_wrkr lconf; in ipsec_wrkr_non_burst_int_port_app_mode() local
521 lconf.rt.rt4_ctx = socket_ctx[socket_id].rt_ip4; in ipsec_wrkr_non_burst_int_port_app_mode()
522 lconf.rt.rt6_ctx = socket_ctx[socket_id].rt_ip6; in ipsec_wrkr_non_burst_int_port_app_mode()
523 lconf.inbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_in; in ipsec_wrkr_non_burst_int_port_app_mode()
524 lconf.inbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_in; in ipsec_wrkr_non_burst_int_port_app_mode()
525 lconf.inbound.sa_ctx = socket_ctx[socket_id].sa_in; in ipsec_wrkr_non_burst_int_port_app_mode()
526 lconf.inbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_wrkr_non_burst_int_port_app_mode()
527 lconf.inbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode()
529 lconf.outbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_out; in ipsec_wrkr_non_burst_int_port_app_mode()
530 lconf.outbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_out; in ipsec_wrkr_non_burst_int_port_app_mode()
531 lconf.outbound.sa_ctx = socket_ctx[socket_id].sa_out; in ipsec_wrkr_non_burst_int_port_app_mode()
532 lconf.outbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_wrkr_non_burst_int_port_app_mode()
533 lconf.outbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode()
568 ret = process_ipsec_ev_inbound(&lconf.inbound, in ipsec_wrkr_non_burst_int_port_app_mode()
569 &lconf.rt, &ev); in ipsec_wrkr_non_burst_int_port_app_mode()
571 ret = process_ipsec_ev_outbound(&lconf.outbound, in ipsec_wrkr_non_burst_int_port_app_mode()
572 &lconf.rt, &ev); in ipsec_wrkr_non_burst_int_port_app_mode()