MCPcopy Create free account

hub / github.com/google/nftables / functions

Functions499 in github.com/google/nftables

↓ 1 callersMethodmarshalData
(fam byte)
expr/synproxy.go:68
↓ 1 callersMethodmarshalData
(fam byte)
expr/rt.go:50
↓ 1 callersMethodmarshalData
(fam byte)
expr/flow_offload.go:42
↓ 1 callersMethodmarshalData
(fam byte)
expr/dynset.go:58
↓ 1 callersMethodmarshalData
(fam byte)
expr/exthdr.go:53
↓ 1 callersMethodmarshalData
(fam byte)
expr/connlimit.go:51
↓ 1 callersMethodmarshalData
(fam byte)
expr/expr.go:221
↓ 1 callersMethodmarshalData
(fam byte)
expr/expr.go:278
↓ 1 callersMethodmarshalData
(fam byte)
expr/expr.go:364
↓ 1 callersMethodmarshalData
(fam byte)
expr/expr.go:458
↓ 1 callersMethodmarshalData
(fam byte)
expr/objref.go:42
↓ 1 callersMethodmarshalData
(fam byte)
expr/socket.go:62
↓ 1 callersMethodmarshalData
(fam byte)
expr/limit.go:86
↓ 1 callersMethodmarshalData
(fam byte)
expr/lookup.go:48
↓ 1 callersMethodmarshalData
(fam byte)
expr/queue.go:57
↓ 1 callersMethodmarshalData
(fam byte)
expr/log.go:83
↓ 1 callersMethodmarshalData
(fam byte)
expr/byteorder.go:51
↓ 1 callersMethodmarshalData
(fam byte)
expr/verdict.go:77
↓ 1 callersMethodmarshalData
(fam byte)
expr/dup.go:43
↓ 1 callersMethodmarshalData
(fam byte)
expr/secmark.go:44
↓ 1 callersMethodmarshalExpr
(fam byte, e expr.Any)
conn.go:340
↓ 1 callersMethodmonitor
()
monitor.go:200
↓ 1 callersFunctionobjDataFromMsgLegacy
(ad *netlink.AttributeDecoder, table *Table, name string, objectType uint32)
obj.go:285
↓ 1 callersFunctionparseRuleFromMsg
(msg netlink.Message)
monitor.go:373
↓ 1 callersMethodunmarshal
(fam byte, data []byte)
expr/nat.go:111
↓ 1 callersMethodunmarshal
(fam byte, data []byte)
expr/ct.go:175
↓ 1 callersMethodunmarshal
(fam byte, data []byte)
expr/bitwise.go:67
↓ 1 callersMethodunmarshal
(fam byte, data []byte)
expr/match.go:53
↓ 1 callersMethodunmarshal
(fam byte, data []byte)
expr/target.go:57
↓ 1 callersMethodunmarshal
(fam byte, data []byte)
expr/exthdr.go:81
↓ 1 callersMethodunmarshal
(fam byte, data []byte)
expr/expr.go:308
↓ 1 callersMethodunmarshal
(fam byte, data []byte)
expr/socket.go:74
↓ 1 callersMethodunmarshalAB
(fam TableFamily, rev uint32, ab *alignedbuff.AlignedBuff)
xt/target_masquerade_ip.go:65
MethodAddMonitor
AddMonitor to perform the monitor immediately. The channel will be closed after calling Close on Monitor or encountering a netlink conn error while Re
monitor.go:334
MethodAddObject
AddObject adds the specified Obj. Alias of AddObj.
obj.go:103
MethodCreateTable
CreateTable create the specified Table if it do not existed. just like `nft create table ...`.
table.go:94
FunctionExampleNewMonitor
()
monitor_test.go:18
MethodPutUint16
(v uint16)
binaryutil/binaryutil.go:41
MethodPutUint16
(v uint16)
binaryutil/binaryutil.go:77
MethodPutUint32
(v uint32)
binaryutil/binaryutil.go:47
MethodPutUint32
(v uint32)
binaryutil/binaryutil.go:83
MethodPutUint64
(v uint64)
binaryutil/binaryutil.go:53
MethodPutUint64
(v uint64)
binaryutil/binaryutil.go:89
MethodResetObjects
ResetObjects reset all the Obj that belongs to the given table This function will always return legacy QuotaObj/CounterObj types for backwards compati
obj.go:220
MethodSetNFTMagic
SetNFTMagic returns a custom datatype based on user's parameters
set.go:67
FunctionTestAddChain
(t *testing.T)
nftables_test.go:2313
FunctionTestAddCounter
(t *testing.T)
nftables_test.go:974
FunctionTestAddLegacyQuotaObj
(t *testing.T)
nftables_test.go:2863
FunctionTestAddLegacyQuotaObjRef
(t *testing.T)
nftables_test.go:2924
FunctionTestAddLimitObj
(t *testing.T)
nftables_test.go:7357
FunctionTestAddQuotaObj
(t *testing.T)
nftables_test.go:7435
FunctionTestAddQuotaObjRef
(t *testing.T)
nftables_test.go:7505
FunctionTestAddRuleWithPosition
(t *testing.T)
nftables_test.go:1917
FunctionTestAlignedBuff16
(t *testing.T)
alignedbuff/alignedbuff_test.go:56
FunctionTestAlignedBuff32
(t *testing.T)
alignedbuff/alignedbuff_test.go:98
FunctionTestAlignedBuff64
(t *testing.T)
alignedbuff/alignedbuff_test.go:153
FunctionTestAlignedBuff8
(t *testing.T)
alignedbuff/alignedbuff_test.go:28
FunctionTestAlignedBuffInt32
(t *testing.T)
alignedbuff/alignedbuff_test.go:217
FunctionTestAlignedBuffPutNullTerminatedString
(t *testing.T)
alignedbuff/alignedbuff_test.go:272
FunctionTestAlignedBuffPutString
(t *testing.T)
alignedbuff/alignedbuff_test.go:304
FunctionTestAlignedUint
(t *testing.T)
alignedbuff/alignedbuff_test.go:195
FunctionTestAlignmentData
(t *testing.T)
alignedbuff/alignedbuff_test.go:7
FunctionTestBigEndian
(t *testing.T)
binaryutil/binaryutil_test.go:71
FunctionTestBitwise
(t *testing.T)
expr/bitwise_test.go:12
FunctionTestCappedErrMsgOnSets
(t *testing.T)
nftables_test.go:3621
FunctionTestComment
(t *testing.T)
xt/comment_test.go:9
FunctionTestCommentInteropCli2Go
(t *testing.T)
userdata/userdata_cli_interop_test.go:147
FunctionTestCommentInteropGo2Cli
(t *testing.T)
userdata/userdata_cli_interop_test.go:81
FunctionTestConcatSetType
(t *testing.T)
set_test.go:85
FunctionTestConcatSetTypeElements
(t *testing.T)
set_test.go:149
FunctionTestConfigureClamping
(t *testing.T)
nftables_test.go:3148
FunctionTestConfigureJumpVerdict
(t *testing.T)
nftables_test.go:5351
FunctionTestConfigureNAT
(t *testing.T)
nftables_test.go:234
FunctionTestConfigureNATRedirect
(t *testing.T)
nftables_test.go:5244
FunctionTestConfigureNATSourceAddress
(t *testing.T)
nftables_test.go:510
FunctionTestConfigureRangeIPv4
(t *testing.T)
nftables_test.go:5646
FunctionTestConfigureRangeIPv6
(t *testing.T)
nftables_test.go:5738
FunctionTestConfigureRangePort
(t *testing.T)
nftables_test.go:5546
FunctionTestConfigureReturnVerdict
(t *testing.T)
nftables_test.go:5459
FunctionTestCreateAutoMergeSet
(t *testing.T)
nftables_test.go:3755
FunctionTestCreateDeleteFlowtable
(t *testing.T)
nftables_test.go:4245
FunctionTestCreateDeleteNamedSet
(t *testing.T)
nftables_test.go:3907
FunctionTestCreateListFlowtable
(t *testing.T)
nftables_test.go:4146
FunctionTestCreateListFlowtableWithDevices
(t *testing.T)
nftables_test.go:4179
FunctionTestCreateUseAnonymousSet
(t *testing.T)
nftables_test.go:3513
FunctionTestCreateUseCounterSet
(t *testing.T)
nftables_test.go:3864
FunctionTestCreateUseNamedSet
(t *testing.T)
nftables_test.go:3699
FunctionTestCt
(t *testing.T)
nftables_test.go:1332
FunctionTestCt
(t *testing.T)
expr/ct_test.go:12
FunctionTestCtExpect
(t *testing.T)
nftables_test.go:1670
FunctionTestCtHelper
(t *testing.T)
nftables_test.go:1738
FunctionTestCtSet
(t *testing.T)
nftables_test.go:1797
FunctionTestCtStat
(t *testing.T)
nftables_test.go:1858
FunctionTestCtTimeout
(t *testing.T)
nftables_test.go:1545
FunctionTestDelChain
(t *testing.T)
nftables_test.go:2396
FunctionTestDelRule
(t *testing.T)
nftables_test.go:1100
FunctionTestDeleteCounter
(t *testing.T)
nftables_test.go:1040
FunctionTestDeleteElementNamedSet
(t *testing.T)
nftables_test.go:3948
FunctionTestDeleteLegacyQuotaObj
(t *testing.T)
nftables_test.go:2795
FunctionTestDeleteQuotaObjMixedTypes
(t *testing.T)
nftables_test.go:7568
← previousnext →201–300 of 499, ranked by callers