Lines Matching defs:options

627 		struct l2fwd_crypto_options *options)  in l2fwd_simple_forward()
673 initialize_crypto_session(struct l2fwd_crypto_options *options, uint8_t cdev_id) in initialize_crypto_session()
707 l2fwd_main_loop(struct l2fwd_crypto_options *options) in l2fwd_main_loop()
1051 parse_crypto_opt_chain(struct l2fwd_crypto_options *options, char *optarg) in parse_crypto_opt_chain()
1202 parse_cryptodev_mask(struct l2fwd_crypto_options *options, in parse_cryptodev_mask()
1224 l2fwd_crypto_parse_args_long_options(struct l2fwd_crypto_options *options, in l2fwd_crypto_parse_args_long_options()
1400 l2fwd_crypto_parse_portmask(struct l2fwd_crypto_options *options, in l2fwd_crypto_parse_portmask()
1422 l2fwd_crypto_parse_nqueue(struct l2fwd_crypto_options *options, in l2fwd_crypto_parse_nqueue()
1446 l2fwd_crypto_parse_timer_period(struct l2fwd_crypto_options *options, in l2fwd_crypto_parse_timer_period()
1471 l2fwd_crypto_default_options(struct l2fwd_crypto_options *options) in l2fwd_crypto_default_options()
1535 display_cipher_info(struct l2fwd_crypto_options *options) in display_cipher_info()
1547 display_auth_info(struct l2fwd_crypto_options *options) in display_auth_info()
1559 display_aead_info(struct l2fwd_crypto_options *options) in display_aead_info()
1572 l2fwd_crypto_options_print(struct l2fwd_crypto_options *options) in l2fwd_crypto_options_print()
1652 l2fwd_crypto_parse_args(struct l2fwd_crypto_options *options, in l2fwd_crypto_parse_args()
1827 check_type(const struct l2fwd_crypto_options *options, in check_type()
1843 check_device_support_cipher_algo(const struct l2fwd_crypto_options *options, in check_device_support_cipher_algo()
1877 check_device_support_auth_algo(const struct l2fwd_crypto_options *options, in check_device_support_auth_algo()
1911 check_device_support_aead_algo(const struct l2fwd_crypto_options *options, in check_device_support_aead_algo()
1946 check_cryptodev_mask(struct l2fwd_crypto_options *options, in check_cryptodev_mask()
2011 check_capabilities(struct l2fwd_crypto_options *options, uint8_t cdev_id) in check_capabilities()
2308 initialize_cryptodevs(struct l2fwd_crypto_options *options, unsigned nb_ports, in initialize_cryptodevs()
2563 initialize_ports(struct l2fwd_crypto_options *options) in initialize_ports()
2700 reserve_key_memory(struct l2fwd_crypto_options *options) in reserve_key_memory()
2737 struct l2fwd_crypto_options options; in main() local