Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ functions
Functions
2,023 in github.com/NetSys/bess
⨍
Functions
2,023
◇
Types & classes
552
↳
Endpoints
4
↓ 1 callers
Function
_burst_to_str
(burst)
bessctl/commands.py:1092
↓ 1 callers
Function
_callback_factory
(self, cmd, arg_type)
pybess/module.py:35
↓ 1 callers
Method
_collect_output
Collects output on self.sockets[] per ogates. Returns a dictionary indexed by ogate with a list of each packet wrapped by sc
bessctl/test_utils.py:321
↓ 1 callers
Function
_constraints_to_list
(constraint)
pybess/bess.py:115
↓ 1 callers
Function
_dict_to_protobuf
(pb, value, type_callable_map, strict)
pybess/protobuf_to_dict.py:185
↓ 1 callers
Method
_do_complete
(self, line, partial_word)
bessctl/cli.py:252
↓ 1 callers
Function
_do_reset
(cli)
bessctl/commands.py:722
↓ 1 callers
Function
_do_start
(cli, opts)
bessctl/commands.py:662
↓ 1 callers
Function
_do_stop
(cli)
bessctl/commands.py:738
↓ 1 callers
Function
_get_bess_module_and_port_creators
Return module instance creators and port instance creators. A creator is, in effect, a class as if defined by: class Foo(Module):
bessctl/commands.py:758
↓ 1 callers
Function
_get_field_mapping
(pb, dict_value, strict)
pybess/protobuf_to_dict.py:154
↓ 1 callers
Function
_limit_to_str
(limit)
bessctl/commands.py:1069
↓ 1 callers
Function
_show_tcs_node
(cli, node, indent, prefix, lastsibling)
bessctl/commands.py:1119
↓ 1 callers
Function
_show_tcs_tree
(cli, root)
bessctl/commands.py:1148
↓ 1 callers
Function
absdiff
core/utils/common.h:191
↓ 1 callers
Method
add_module
core/metadata.h:124
↓ 1 callers
Function
align_floor
core/utils/common.h:68
↓ 1 callers
Function
alloc_snb_burst
core/kmod/sn_host.c:116
↓ 1 callers
Function
bind_all
Bind method, takes a list of device locations
bin/dpdk-devbind.py:533
↓ 1 callers
Method
bind_args
(self, cmd, line)
bessctl/cli.py:380
↓ 1 callers
Function
bind_one
Bind the device given by "dev_id" to the driver "driver". If the device is already bound to a different driver, it will be unbound first
bin/dpdk-devbind.py:408
↓ 1 callers
Method
bind_var
(self, var_type, line)
bessctl/cli.py:133
↓ 1 callers
Function
bpf_jit_compile
* Function that does the real stuff. */
core/utils/bpf.cc:584
↓ 1 callers
Function
bpf_jit_optimize
* Scan the filter program and find possible optimization. */
core/utils/bpf.cc:533
↓ 1 callers
Function
build
(env)
env/rebuild_images.py:58
↓ 1 callers
Function
build_bess
()
container_build.py:142
↓ 1 callers
Function
build_bess
()
build.py:363
↓ 1 callers
Function
build_kmod
()
container_build.py:146
↓ 1 callers
Function
build_kmod
()
build.py:378
↓ 1 callers
Method
bytes_in
(self)
bessctl/measurement_utils.py:80
↓ 1 callers
Method
bytes_out
(self)
bessctl/measurement_utils.py:83
↓ 1 callers
Method
call_func
(self, func, args)
bessctl/cli.py:410
↓ 1 callers
Function
check_c_lib
(lib)
build.py:144
↓ 1 callers
Function
check_kernel_headers
()
build.py:211
↓ 1 callers
Function
check_mlx
()
build.py:229
↓ 1 callers
Function
check_modules
Checks that igb_uio is loaded
bin/dpdk-devbind.py:185
↓ 1 callers
Method
check_resume_all
(self)
pybess/bess.py:335
↓ 1 callers
Method
check_scheduling_constraints
(self)
pybess/bess.py:351
↓ 1 callers
Method
clear_modules
core/metadata.h:125
↓ 1 callers
Method
cmd_obj
Send a QMP command to the QMP Monitor. @param qmp_cmd: QMP command to be sent as a Python dict @return QMP response as a Pyt
bessctl/conf/port/vhost/qmp.py:157
↓ 1 callers
Function
collect_igates
core/bessctl.cc:222
↓ 1 callers
Function
collect_metadata
core/bessctl.cc:285
↓ 1 callers
Function
collect_ogates
core/bessctl.cc:256
↓ 1 callers
Function
configure_dpdk
()
build.py:288
↓ 1 callers
Method
connect
(self, next_mod, ogate=0, igate=0)
pybess/module.py:120
↓ 1 callers
Function
create_module_string
(s)
bessctl/sugar.py:280
↓ 1 callers
Function
create_port
core/bessctl.cc:314
↓ 1 callers
Method
current_tsc
core/worker.h:112
↓ 1 callers
Method
data_off
core/packet.h:122
↓ 1 callers
Function
decode_hex
core/utils/http_parser.cc:469
↓ 1 callers
Function
dedup
de-duplicate a list, retaining original order
build.py:436
↓ 1 callers
Function
default_eth_conf
core/drivers/pmd.cc:45
↓ 1 callers
Function
deferred_arg
core/shared_obj_test.cc:141
↓ 1 callers
Function
destroy_all_workers
core/worker.cc:214
↓ 1 callers
Method
destroy_module
(self, name)
pybess/bess.py:451
↓ 1 callers
Method
destroy_port
(self, name)
pybess/bess.py:385
↓ 1 callers
Method
destroy_worker
(self, wid)
pybess/bess.py:614
↓ 1 callers
Function
determine_default_core
Returns the last core ID of all cores, as the default core all threads will run on. If the process was run with a limited set of cores (by `taskset`),
core/dpdk.cc:168
↓ 1 callers
Method
disable_echoctl
(self)
bessctl/cli.py:466
↓ 1 callers
Function
do_arg_actions
do the actual action requested by the user
bin/dpdk-devbind.py:671
↓ 1 callers
Function
do_clean
()
build.py:406
↓ 1 callers
Function
do_command
(srv, cmd, **kwds)
bessctl/conf/port/vhost/launch_vm.py:86
↓ 1 callers
Function
docker_container_pid
core/drivers/vport.cc:153
↓ 1 callers
Function
download_dpdk
(quiet=False)
build.py:272
↓ 1 callers
Method
drops_in
(self)
bessctl/measurement_utils.py:74
↓ 1 callers
Method
drops_out
(self)
bessctl/measurement_utils.py:77
↓ 1 callers
Method
dump_mempool
(self, socket=-1)
pybess/bess.py:719
↓ 1 callers
Function
enum_label_name
(field, value)
pybess/protobuf_to_dict.py:76
↓ 1 callers
Method
find_cmd
(self, line)
bessctl/cli.py:352
↓ 1 callers
Function
find_current_plugins
return list of existing plugins
container_build.py:129
↓ 1 callers
Function
find_current_plugins
return list of existing plugins
build.py:250
↓ 1 callers
Function
find_dpdk_port_by_id
Find a port attached to DPDK by its integral id. returns 0 and sets *ret_port_id to "port_id" if the port is valid and available. returns > 0 on error
core/drivers/pmd.cc:101
↓ 1 callers
Function
find_dpdk_port_by_pci_addr
Find a port attached to DPDK by its PCI address. returns 0 and sets *ret_port_id to the port_id of the port at PCI address "pci" if it is valid and av
core/drivers/pmd.cc:119
↓ 1 callers
Function
find_dpdk_vdev
Find a DPDK vdev by name. returns 0 and sets *ret_port_id to the port_id of "vdev" if it is valid and available. *ret_hot_plugged is set to true if th
core/drivers/pmd.cc:174
↓ 1 callers
Function
find_index_avx
Do not call these functions directly. Use find_index() instead. See below.
core/modules/l2_forward.cc:129
↓ 1 callers
Function
find_index_basic
core/modules/l2_forward.cc:139
↓ 1 callers
Function
find_next_nonworker_cpu
core/drivers/vport.cc:69
↓ 1 callers
Function
free_snb_bulk
core/kmod/sn_host.c:129
↓ 1 callers
Function
generate_dpdk_extra_mk
()
build.py:244
↓ 1 callers
Function
generate_extra_mk
set up core/extra.mk to hold flags and plugin paths
build.py:263
↓ 1 callers
Function
generate_protobuf_files
()
build.py:320
↓ 1 callers
Function
generate_test_method
(path)
bessctl/test_samples.py:82
↓ 1 callers
Function
generate_test_method
(path)
bessctl/test_sugar.py:124
↓ 1 callers
Method
get_default_args
(self)
bessctl/cli.py:377
↓ 1 callers
Method
get_driver_info
(self, name)
pybess/bess.py:357
↓ 1 callers
Method
get_gatehook_class_info
(self, name)
pybess/bess.py:425
↓ 1 callers
Method
get_link_status
(self, name)
pybess/bess.py:395
↓ 1 callers
Function
get_local_bess_handle
()
bessctl/measurement_utils.py:47
↓ 1 callers
Function
get_next_active_worker
core/worker.cc:357
↓ 1 callers
Function
get_threads
(path)
bessctl/conf/port/vhost/launch_vm.py:82
↓ 1 callers
Method
igate_idx
core/gate.h:286
↓ 1 callers
Function
ignore_result
core/utils/common.h:124
↓ 1 callers
Method
import_plugin
(self, path)
pybess/bess.py:400
↓ 1 callers
Method
incr_cnt
core/pktbatch.h:44
↓ 1 callers
Method
incr_silent_drops
core/worker.h:110
↓ 1 callers
Function
init_eal
core/dpdk.cc:101
↓ 1 callers
Method
initialized
core/port_test.cc:61
↓ 1 callers
Function
is_allowed_filename
(basename)
bessctl/commands.py:141
↓ 1 callers
Method
is_default
core/resume_hook.h:68
↓ 1 callers
Function
is_ipv6_prefix
core/drivers/vport.cc:336
← previous
next →
601–700 of 2,023, ranked by callers