Home
last modified time | relevance | path

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

/linux/include/net/
H A Dseg6_hmac.h23 #define SEG6_HMAC_RING_SIZE 256 macro
/linux/net/ipv6/
H A Dseg6_hmac.c45 char hmac_ring[SEG6_HMAC_RING_SIZE];
183 if (plen >= SEG6_HMAC_RING_SIZE) in seg6_hmac_compute()