MCPcopy Create free account

hub / github.com/NetSys/bess / functions

Functions2,023 in github.com/NetSys/bess

↓ 1 callersFunctionsn_test_cache_alignment
core/kmod/sn_netdev.c:61
↓ 1 callersFunctionsn_trigger_softirq
This function is called in IRQ context on a remote core. * (on the local core, it is in user context) * Interrupts are disabled in both cases, anywa
core/kmod/sn_netdev.c:925
↓ 1 callersFunctionsplit_var
(cli, var_type, line)
bessctl/commands.py:442
↓ 1 callersFunctionstore_to_cache
core/kmod/sn_host.c:99
↓ 1 callersMethodthroughput_delta
(old, new, secs)
bessctl/measurement_utils.py:160
↓ 1 callersFunctiontimestamp_packet
core/modules/timestamp.cc:42
↓ 1 callersMethodtotal_key_size
core/utils/exact_match_table.h:294
↓ 1 callersFunctiontsc_to_us
core/utils/time.h:52
↓ 1 callersFunctionunbind_all
Unbind method, takes a list of device locations
bin/dpdk-devbind.py:518
↓ 1 callersMethodunload_plugin
(self, path)
pybess/bess.py:405
↓ 1 callersFunctionupdate_benchmark_path
(path)
build.py:430
↓ 1 callersFunctionxform_str
(s)
bessctl/sugar.py:320
MethodACL
core/modules/acl.h:61
MethodAcmeModule
core/module_test.cc:44
MethodAcmeModuleWithTask
core/module_test.cc:69
MethodAddActiveWorker
core/module.cc:182
MethodAddActiveWorker
core/modules/worker_split.cc:74
MethodAddAttrOne
core/modules/set_metadata.cc:84
MethodAddAttributes
core/modules/mttest.cc:35
MethodAddFieldOne
core/modules/wildcard_match.cc:75
MethodAddFieldOne
core/modules/generic_encap.cc:44
MethodAddFieldOne
core/modules/exact_match.cc:62
MethodAddHook
core/gate_test.cc:51
MethodAddModuleToComponent
core/metadata.cc:163
MethodAddNewFlow
core/modules/drr.cc:309
MethodAddPort
core/port.cc:55
MethodAddQueue
core/modules/drr.cc:339
MethodAddRegion
Add a new region, and splice it with adjacent regions if necessary
core/memory.cc:402
MethodAddRule
core/modules/exact_match.cc:189
MethodAddTc
core/bessctl.cc:737
MethodAddTuple
core/modules/wildcard_match.cc:290
MethodAddWorker
core/bessctl.cc:558
MethodAddress
core/utils/ether.h:47
MethodAddress
core/utils/ether.cc:45
MethodAdjustWaterLevels
core/modules/queue.cc:250
MethodAlloc
Allocate a packet from the pool, with specified initial packet size.
core/packet_pool.h:45
MethodAllocBar
core/drivers/vport.cc:222
MethodApiServer
core/bessctl.h:46
MethodAssertNoKnockThread
core/utils/syscallthread.h:339
MethodAssertNoKnockThread
We do have a knock thread, so these have an implementation.
core/utils/syscallthread.h:402
MethodAssignOffsets
core/metadata.cc:341
MethodAtomicInsert
Inserts x into the histogram. Note: this particular insert IS atomic.
core/utils/histogram.h:107
MethodAttachTc
core/bessctl.cc:1776
MethodAttribute
core/metadata.h:81
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmGenericChecksumBess)
Benchmarks BESS generic checksum
core/utils/checksum_bench.cc:81
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmGenericChecksumDpdk)
Benchmarks DPDK generic checksum
core/utils/checksum_bench.cc:64
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmIncrementalUpdate16)
Benchmarks BESS incremental checksum update for 16-bit data update
core/utils/checksum_bench.cc:312
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmIncrementalUpdate32)
Benchmarks BESS incremental checksum update for 32-bit data update
core/utils/checksum_bench.cc:342
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmIpv4ChecksumBess)
Benchmarks BESS IP checksum
core/utils/checksum_bench.cc:162
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmIpv4NoOptChecksumBess)
Benchmarks BESS IP checksum
core/utils/checksum_bench.cc:136
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmIpv4NoOptChecksumDpdk)
Benchmarks DPDK IP checksum
core/utils/checksum_bench.cc:109
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmSrcIpPortUpdateBess)
Benchmarks BESS Source IP/port update (Simulating NAT)
core/utils/checksum_bench.cc:403
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmSrcIpPortUpdateDpdk)
Benchmarks DPDK Source IP/port update (Simulating NAT)
core/utils/checksum_bench.cc:375
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmTcpChecksumBess)
Benchmarks BESS TCP checksum
core/utils/checksum_bench.cc:278
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmTcpChecksumDpdk)
Benchmarks DPDK TCP checksum
core/utils/checksum_bench.cc:252
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmUdpChecksumBess)
Benchmarks BESS UCP checksum
core/utils/checksum_bench.cc:218
FunctionBENCHMARK_DEFINE_F(ChecksumFixture, BmUdpChecksumDpdk)
Benchmarks DPDK UDP checksum
core/utils/checksum_bench.cc:192
FunctionBENCHMARK_DEFINE_F(CopyFixture, Copy)
core/utils/copy_bench.cc:99
FunctionBENCHMARK_DEFINE_F(CopyFixture, CopySloppy)
core/utils/copy_bench.cc:108
FunctionBENCHMARK_DEFINE_F(CopyFixture, Memcpy)
core/utils/copy_bench.cc:126
FunctionBENCHMARK_DEFINE_F(CopyFixture, RteMemcpy)
core/utils/copy_bench.cc:117
FunctionBENCHMARK_DEFINE_F(CuckooMapFixture, CuckooMapInlinedGet)
Benchmarks the Find() method in CuckooMap, which is inlined.
core/utils/cuckoo_map_bench.cc:91
FunctionBENCHMARK_DEFINE_F(CuckooMapFixture, STLUnorderedMapGet)
Benchmarks the find method on the STL unordered_map.
core/utils/cuckoo_map_bench.cc:118
FunctionBENCHMARK_DEFINE_F(TCRoundRobin, TCScheduleOnce)
core/traffic_class_bench.cc:207
FunctionBENCHMARK_DEFINE_F(TCWeightedFair, TCScheduleOnceCount)
Benchmarks the schedule_once() routine in TC. For RESOURCE_CNT.
core/traffic_class_bench.cc:109
FunctionBENCHMARK_DEFINE_F(TCWeightedFair, TCScheduleOnceCycle)
Benchmarks the schedule_once() routine in TC. For RESOURCE_CYCLE.
core/traffic_class_bench.cc:120
FunctionBM_FlowHash
Benchmarks the NAT flow hash.
core/modules/url_filter_bench.cc:38
MethodBPF
core/modules/bpf.h:48
MethodBarType
core/shared_obj_test.cc:58
MethodBeginExiting
* Indicates that we're on our way out of Run(). */
core/utils/syscallthread.h:329
MethodBeginExiting
* Indicates that we're on our way out of Run(). */
core/utils/syscallthread.h:393
MethodBessPacketPool
core/packet_pool.cc:197
MethodBigEndian
core/utils/endian.h:86
MethodBlockSignals
* Blocks most (all==false) or all (all==true) signals. Called from * the {Push,Pop}Defer methods of SyscallThreadAny. */
core/utils/syscallthread.cc:140
MethodBlockTowardsRoot
core/traffic_class.cc:140
MethodBlockTowardsRootSetBlocked
Sets blocked status to nowblocked and recurses towards root by signaling the parent if status became blocked.
core/traffic_class.h:244
MethodBucket
core/utils/cuckoo_map.h:311
MethodBuffer
core/modules/buffer.h:39
MethodBypass
core/modules/bypass.h:44
MethodCapacity
The number of total packets in the pool. 0 if initialization failed.
core/packet_pool.h:61
MethodCapacity
capacity will be one less than specified
core/utils/lock_less_queue.h:99
MethodCheckModuleConstraints
core/modules/queue.cc:255
MethodCheckSanity
core/packet.cc:204
MethodCheckSchedulingConstraints
core/bessctl.cc:677
MethodChildren
core/traffic_class.h:428
MethodChildren
core/traffic_class.h:587
MethodCleanTaskGraph
core/module_graph.cc:223
MethodClear
core/traffic_class.cc:536
MethodClear
core/modules/wildcard_match.cc:384
MethodClear
core/modules/measure.cc:161
MethodClearAll
core/traffic_class.cc:531
MethodClearPacketBatch
core/task.h:154
MethodCmdLineOpts
core/dpdk.cc:77
MethodCodel
Takes a drop function which is a function that should take a dropped object and handle it removing the object potentially including freeing the object
core/utils/codel.h:71
MethodCollectStats
core/port.cc:160
MethodCollectStats
core/drivers/pmd.cc:383
MethodCommandAdd
sample_plugin/modules/sequential_update.cc:47
MethodCommandAdd
core/modules/url_filter.cc:183
MethodCommandAdd
core/modules/wildcard_match.cc:317
MethodCommandAdd
core/modules/ip_lookup.cc:186
← previousnext →801–900 of 2,023, ranked by callers