Lines Matching refs:lconf

685 ipsec_ev_vector_process(struct lcore_conf_ev_tx_int_port_wrkr *lconf,  in ipsec_ev_vector_process()  argument
697 ret = process_ipsec_ev_inbound_vector(&lconf->inbound, in ipsec_ev_vector_process()
698 &lconf->rt, vec); in ipsec_ev_vector_process()
700 ret = process_ipsec_ev_outbound_vector(&lconf->outbound, in ipsec_ev_vector_process()
701 &lconf->rt, vec); in ipsec_ev_vector_process()
884 struct lcore_conf_ev_tx_int_port_wrkr lconf; in ipsec_wrkr_non_burst_int_port_app_mode() local
906 lconf.rt.rt4_ctx = socket_ctx[socket_id].rt_ip4; in ipsec_wrkr_non_burst_int_port_app_mode()
907 lconf.rt.rt6_ctx = socket_ctx[socket_id].rt_ip6; in ipsec_wrkr_non_burst_int_port_app_mode()
908 lconf.inbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_in; in ipsec_wrkr_non_burst_int_port_app_mode()
909 lconf.inbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_in; in ipsec_wrkr_non_burst_int_port_app_mode()
910 lconf.inbound.sa_ctx = socket_ctx[socket_id].sa_in; in ipsec_wrkr_non_burst_int_port_app_mode()
911 lconf.inbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_wrkr_non_burst_int_port_app_mode()
912 lconf.inbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode()
914 lconf.outbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_out; in ipsec_wrkr_non_burst_int_port_app_mode()
915 lconf.outbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_out; in ipsec_wrkr_non_burst_int_port_app_mode()
916 lconf.outbound.sa_ctx = socket_ctx[socket_id].sa_out; in ipsec_wrkr_non_burst_int_port_app_mode()
917 lconf.outbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_wrkr_non_burst_int_port_app_mode()
918 lconf.outbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode()
948 ipsec_ev_vector_process(&lconf, links, &ev); in ipsec_wrkr_non_burst_int_port_app_mode()
959 ret = process_ipsec_ev_inbound(&lconf.inbound, in ipsec_wrkr_non_burst_int_port_app_mode()
960 &lconf.rt, &ev); in ipsec_wrkr_non_burst_int_port_app_mode()
962 ret = process_ipsec_ev_outbound(&lconf.outbound, in ipsec_wrkr_non_burst_int_port_app_mode()
963 &lconf.rt, &ev); in ipsec_wrkr_non_burst_int_port_app_mode()