Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/fddi/
Ddefxx.h1694 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro
Ddefxx.c3139 if (!IN_RANGE(pkt_len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_rcv_queue_process()
3314 if (!IN_RANGE(skb->len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_xmt_queue_pkt()