Searched defs:eh_conf (Results 1 – 2 of 2) sorted by relevance
183 struct eh_conf { struct184 enum eh_pkt_transfer_mode mode;186 uint32_t eth_portmask;191 void *mode_params;195 enum eh_ipsec_mode_types ipsec_mode;
1275 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