Searched refs:USBPF_FRAME_ALIGN (Results 1 – 3 of 3) sorted by relevance
374 totlen += USBPF_FRAME_ALIGN( in usbpf_xfer_precompute_size()379 totlen += USBPF_FRAME_ALIGN( in usbpf_xfer_precompute_size()512 temp = USBPF_FRAME_ALIGN(length); in usbpf_xfertap()
97 #define USBPF_FRAME_ALIGN(x) (((x) + 3) & ~3) macro
546 tot_frame_len = USBPF_FRAME_ALIGN(framelen); in print_apacket()