/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/ipsec-secgw/flow.h
16 строк
325 B
Satheesh Paul
examples/ipsec-secgw: support more flow patterns and actions
28 июн 2022, 11:17
28 июн 2022, 11:17
b3a4baf
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) 2020 Marvell International Ltd. */ #ifndef _FLOW_H_ #define _FLOW_H_ #include "parser.h" void parse_flow_tokens(char **tokens, uint32_t n_tokens, struct parse_status *status); void flow_init(void); void flow_print_counters(void); #endif /* _FLOW_H_ */