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
↓ 2 callers
Function
sn_send_tx_queue
core/kmod/sn_netdev.c:521
↓ 2 callers
Method
split_var
(self, var_type, line)
bessctl/cli.py:120
↓ 2 callers
Method
tailroom
core/packet.h:135
↓ 2 callers
Method
track_gate
(self, enable, name, m, bits=False, direction='out', gate=-1)
pybess/bess.py:590
↓ 2 callers
Method
uncheck_resume_all
(self)
pybess/bess.py:332
↓ 2 callers
Function
usage
Print usage information for the program
bin/dpdk-devbind.py:73
↓ 1 callers
Method
AddActiveWorker
Add a worker to the set of workers that call this task.
core/task.cc:104
↓ 1 callers
Method
AddHook
core/gate.cc:127
↓ 1 callers
Method
AddParentTask
core/module.h:413
↓ 1 callers
Method
AddTrackHook
Add internally-generated Track() hook to this ogate.
core/gate.cc:230
↓ 1 callers
Method
AdjustDefault
Simplify the root of the tree, removing an eventual default round-robin root, if it has a single child (or none).
core/scheduler.h:146
↓ 1 callers
Function
AllocHugepageFromSocket
core/memory.cc:230
↓ 1 callers
Method
AllocUpto
core/memory.cc:344
↓ 1 callers
Method
Argc
core/dpdk.cc:92
↓ 1 callers
Method
Argv
core/dpdk.cc:90
↓ 1 callers
Method
Attach
Called when the leaf that owns this task is created.
core/task.cc:44
↓ 1 callers
Method
AttachOrphan
Add 'c' at the top of the scheduler's tree. If the scheduler is empty, 'c' becomes the root, otherwise it is be attached to a default round-robin roo
core/scheduler.h:127
↓ 1 callers
Method
BlockTowardsRoot
core/traffic_class.h:598
↓ 1 callers
Function
BytesToHexDump
Represent the buffer `src` (long `len` bytes) as an hex string. Put the result into `dst` (which must be at least `len * 2` bytes long).
core/gate_hooks/pcapng.cc:77
↓ 1 callers
Method
Capacity
the underlying queue is deque which is a dynamically sized queue with a max size determined by system limit. Therefore, the capacity is a specified va
core/utils/codel.h:170
↓ 1 callers
Function
CatchExitSignal
* Establishes the exit signal masks and handlers. */
core/utils/syscallthread.cc:68
↓ 1 callers
Method
CheckModuleConstraints
core/module.cc:209
↓ 1 callers
Function
CheckOrphanReaders
Generate warnings for modules that read metadata that never gets set.
core/metadata.cc:67
↓ 1 callers
Method
CleanupMetadataComputation
core/metadata.cc:150
↓ 1 callers
Method
ClearParentTasks
core/module.h:414
↓ 1 callers
Function
CloseStdStreams
core/bessd.cc:279
↓ 1 callers
Function
CollectOneProc
Waits a short while for a process to finish up. We make 5 tries to collect it without a signal at all, then use SIGTERM, then wait another 20 ms per t
core/utils/fifo_test.cc:81
↓ 1 callers
Function
ComputeNextOffset
core/metadata.cc:51
↓ 1 callers
Method
ComputePlacementConstraints
core/module.cc:159
↓ 1 callers
Method
ConnectGate
core/module.cc:273
↓ 1 callers
Method
Copy
core/pktbatch.h:65
↓ 1 callers
Function
CopyFromValue
core/modules/set_metadata.cc:68
↓ 1 callers
Function
CopyNonInlined
core/utils/copy.cc:35
↓ 1 callers
Method
CreatePort
core/bessctl.cc:996
↓ 1 callers
Method
CreateResumeHook
core/resume_hook.h:113
↓ 1 callers
Method
DeInit
core/module.cc:135
↓ 1 callers
Method
DefaultIncQueueSize
For custom incoming / outgoing queue sizes (optional).
core/port.h:245
↓ 1 callers
Method
DefaultOutQueueSize
core/port.h:246
↓ 1 callers
Method
DeleteRule
Delete an existing rule. @param fields The field values of the rule to remove (vector of bytestrings) Returns 0 on success, non-zero errno on failure
core/utils/exact_match_table.h:198
↓ 1 callers
Method
Destroy
core/module.cc:338
↓ 1 callers
Method
Detach
Called when the leaf that owns this task is destroyed.
core/task.cc:39
↓ 1 callers
Method
DisconnectGate
core/module.cc:311
↓ 1 callers
Method
DoEmplace
core/utils/cuckoo_map.h:178
↓ 1 callers
Method
Dump
core/memory.cc:382
↓ 1 callers
Function
DumpTypes
core/debug.cc:499
↓ 1 callers
Method
Emplace
core/utils/cuckoo_map.h:228
↓ 1 callers
Method
ExitingOrExited
Detect whether thread is marked "exiting" or "exited".
core/utils/syscallthread.h:288
↓ 1 callers
Method
ExpiryTime
core/modules/url_filter.h:99
↓ 1 callers
Function
ExtractEndpoint
core/modules/nat.cc:138
↓ 1 callers
Function
FetchLine
core/debug.cc:179
↓ 1 callers
Function
GATE_HOOK_CMD_FUNC
core/gate.h:301
↓ 1 callers
Function
Generate403Packet
Generate an HTTP 403 packet
core/modules/url_filter.cc:101
↓ 1 callers
Method
GetPortStats
core/port.cc:166
↓ 1 callers
Function
GetRelativeAddress
If mmap is used (as for shared objects), code address at runtime can be arbitrary. This function translates an absolute address into a relative addres
core/debug.cc:220
↓ 1 callers
Method
GetSocketConstraints
Compute constraints for the pipeline starting at this task.
core/task.cc:94
↓ 1 callers
Function
GoPanic
core/debug.cc:379
↓ 1 callers
Function
HasSuffix
Return true if string s has specified suffix.
core/bessd.cc:399
↓ 1 callers
Function
HexDump
basically rte_hexdump() from eal_common_hexdump.c
core/packet.cc:112
↓ 1 callers
Method
InitDriver
For one-time initialization of the port's "driver" (optional).
core/port.h:237
↓ 1 callers
Method
InitFifo
core/utils/fifo_test.cc:65
↓ 1 callers
Method
InitResumeHook
core/resume_hook.h:117
↓ 1 callers
Function
InsertSorted
core/utils/common.h:175
↓ 1 callers
Method
IsAnalyzed
core/modules/url_filter.h:96
↓ 1 callers
Function
IsDpdkInitialized
core/dpdk.cc:193
↓ 1 callers
Function
IsTimestamped
core/modules/measure.cc:46
↓ 1 callers
Method
IsZero
core/utils/ether.h:68
↓ 1 callers
Method
KickThread
* Send the "please exit" signal that interrupts a system call * to the indicated thread. In other words, give it a kick to * get it out of system c
core/utils/syscallthread.cc:127
↓ 1 callers
Function
ListPlugins
core/bessd.cc:408
↓ 1 callers
Method
Listen
core/bessctl.cc:1919
↓ 1 callers
Function
LoadPlugins
core/bessd.cc:440
↓ 1 callers
Method
NumTcs
Return the number of traffic classes, managed by this scheduler.
core/scheduler.h:175
↓ 1 callers
Function
PORT_INIT_FUNC
core/port.h:79
↓ 1 callers
Function
PadSize
core/gate_hooks/pcapng.cc:59
↓ 1 callers
Function
ParseVarg
core/utils/format.cc:57
↓ 1 callers
Method
PickNextChild
core/traffic_class.cc:125
↓ 1 callers
Function
PrintCode
addr2line must be available. Returns the code lines [lineno - context, lineno + context] */
core/debug.cc:238
↓ 1 callers
Method
ProcessOGates
core/module.h:581
↓ 1 callers
Method
Remove
Removes the given traffic class from the blocked list.
core/scheduler.h:70
↓ 1 callers
Method
RemoveRoot
If 'c' is the root of the scheduler's tree, remove it and return true. The caller now owns 'c'.
core/scheduler.h:166
↓ 1 callers
Method
ResetActiveWorkerSet
Reset the set of active workers.
core/module.h:336
↓ 1 callers
Method
Resize
The undelying queue is deque which is a dynamically sized queue with a max size determined by system limits. Therefore, the resize method will error i
core/utils/codel.h:192
↓ 1 callers
Function
RoundUp
core/gate_hooks/pcapng.cc:52
↓ 1 callers
Method
Run
core/utils/fifo_opener.cc:145
↓ 1 callers
Function
RunCommand
Run an external command and return its standard output.
core/debug.cc:200
↓ 1 callers
Method
RunTask
core/module.cc:137
↓ 1 callers
Method
ScheduleLoop
Runs the scheduler loop forever.
core/scheduler.h:227
↓ 1 callers
Method
SetAnalyzed
core/modules/url_filter.h:97
↓ 1 callers
Method
SetBlocking
core/utils/pcap_handle.cc:87
↓ 1 callers
Method
SetNewFdFromThread
* Updates the stored file descriptor. Note: only the opener * thread uses this, and by doing so, indicates that the opener * thread is done. * *
core/utils/fifo_opener.cc:252
↓ 1 callers
Function
SetTrapHandler
core/debug.cc:451
↓ 1 callers
Function
SkipSymbol
core/debug.cc:291
↓ 1 callers
Method
UnblockTowardsRoot
core/traffic_class.h:602
↓ 1 callers
Method
UnblockTowardsRoot
core/traffic_class.cc:129
↓ 1 callers
Function
UnloadPlugin
core/bessd.cc:425
↓ 1 callers
Function
UpdateChecksum
Updates L3 (and L4, if necessary) checksum
core/modules/static_nat.cc:120
↓ 1 callers
Method
UpdateConf
core/port.h:267
↓ 1 callers
Method
UpdatePerGateBatch
core/task.h:148
↓ 1 callers
Method
__get_sock
(self)
bessctl/conf/port/vhost/qmp.py:58
↓ 1 callers
Method
__str__
(self)
bessctl/measurement_utils.py:104
↓ 1 callers
Function
_build_tcs_tree
(tcs)
bessctl/commands.py:1158
← previous
next →
501–600 of 2,023, ranked by callers