Home
last modified time | relevance | path

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

/linux-5.19.10/net/mptcp/
Dtoken.c38 struct token_bucket { struct
45 static struct token_bucket *token_hash __read_mostly; argument
48 static struct token_bucket *token_bucket(u32 token) in token_bucket() function