Home
last modified time | relevance | path

Searched refs:MIN_NON_SHORT_LEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dmacsec.c59 #define MIN_NON_SHORT_LEN 48 macro
338 if (data_len < MIN_NON_SHORT_LEN) in macsec_set_shortlen()
434 return len >= extra_len + MIN_NON_SHORT_LEN; in macsec_validate_skb()
/kernel/linux/linux-6.6/drivers/net/
H A Dmacsec.c49 #define MIN_NON_SHORT_LEN 48 macro
321 if (data_len < MIN_NON_SHORT_LEN) in macsec_set_shortlen()
417 return len >= extra_len + MIN_NON_SHORT_LEN; in macsec_validate_skb()

Completed in 11 milliseconds