Home
last modified time | relevance | path

Searched defs:token_bucket (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
Dtoken.c39 struct token_bucket { struct
46 static struct token_bucket *token_hash __read_mostly; argument
49 static struct token_bucket *token_bucket(u32 token) in token_bucket() function