Home
last modified time | relevance | path

Searched defs:eh_conf (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.h183 struct eh_conf { struct
184 enum eh_pkt_transfer_mode mode;
186 uint32_t eth_portmask;
191 void *mode_params;
195 enum eh_ipsec_mode_types ipsec_mode;
H A Dipsec-secgw.c1275 check_poll_mode_params(struct eh_conf *eh_conf) in check_poll_mode_params()
1590 parse_args(int32_t argc, char **argv, struct eh_conf *eh_conf) in parse_args()
2688 check_event_mode_params(struct eh_conf *eh_conf) in check_event_mode_params()
2807 struct eh_conf *eh_conf = NULL; in main() local