Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dseg6_hmac.h23 #define SEG6_HMAC_RING_SIZE 256 macro
/openbmc/linux/net/ipv6/
H A Dseg6_hmac.c43 static DEFINE_PER_CPU(char [SEG6_HMAC_RING_SIZE], hmac_ring);
176 if (plen >= SEG6_HMAC_RING_SIZE) in seg6_hmac_compute()