Searched refs:port_list (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_data.c | 56 TAILQ_INIT(&cc->port_list); in cc_create() 77 while (!TAILQ_EMPTY(&cc->port_list)) in cc_reset() 78 cc_port_destroy(TAILQ_FIRST(&cc->port_list), 1); in cc_reset() 146 TAILQ_FOREACH(port, &cc->port_list, node_link) { in cc_get_extended_status() 201 TAILQ_FOREACH(port, &cc->port_list, node_link) { in cc_get_extended_status()
|
| H A D | cc_port.c | 56 TAILQ_FOREACH(port, &cc->port_list, node_link) in find_port() 74 TAILQ_FOREACH(port, &cc->port_list, node_link) in cc_port_create() 97 TAILQ_FOREACH(p1, &cc->port_list, node_link) in cc_port_create() 153 TAILQ_FOREACH(port, &cc->port_list, node_link) { in cc_unmanage() 200 TAILQ_FOREACH(port, &cc->port_list, node_link) in cc_get_addrs() 223 TAILQ_FOREACH(port, &cc->port_list, node_link) in cc_get_addrs() 279 TAILQ_FOREACH(p1, &port->cc->port_list, node_link) in cc_addr_register() 339 TAILQ_FOREACH(p, &cc->port_list, node_link) in cc_port_getlist() 347 TAILQ_FOREACH(p, &cc->port_list, node_link) in cc_port_getlist() 449 TAILQ_FOREACH(port, &cc->port_list, node_link) { in cc_get_local_port_info() [all …]
|
| H A D | cc_dump.c | 319 TAILQ_FOREACH(port, &cc->port_list, node_link) in cc_dump()
|
| H A D | cc_user.c | 1085 if (TAILQ_EMPTY(&priv->port_list)) { in cc_user_sig_handle() 1100 TAILQ_FOREACH(port, &priv->port_list, node_link) in cc_user_sig_handle() 1106 port = TAILQ_FIRST(&priv->port_list); in cc_user_sig_handle()
|
| H A D | ccpriv.h | 64 struct ccport_list port_list; /* list of ports */ member
|
| /f-stack/ |
| H A D | config.ini | 60 # If use bonding, shoule config the bonding port id in port_list 61 # and not config slave port id in port_list 63 # should set `port_list=2` and config `[port2]` section 65 port_list=0 key 83 # Correspond to dpdk.port_list's index: port0, port1... 109 # the format is same as port_list 114 # the format is same as port_list 154 # The format is same as port_list
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | f-stack.conf | 59 port_list=0
|