Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Ddefxx.c2849 if (!IN_RANGE(pkt_len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_rcv_queue_process()
3001 if (!IN_RANGE(skb->len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_xmt_queue_pkt()
Ddefxx.h1681 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro