Home
last modified time | relevance | path

Searched refs:SEG6_HMAC_RING_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/net/
Dseg6_hmac.h28 #define SEG6_HMAC_RING_SIZE 256 macro
/Linux-v4.19/net/ipv6/
Dseg6_hmac.c50 static DEFINE_PER_CPU(char [SEG6_HMAC_RING_SIZE], hmac_ring);
183 if (plen >= SEG6_HMAC_RING_SIZE) in seg6_hmac_compute()