Searched refs:OFP_ALIGN (Results 1 – 2 of 2) sorted by relevance
301 OFP_ALIGN(omlen) + ETHER_ALIGN; in ofp_print_packetin()473 padsize = OFP_ALIGN(omlen) - omlen; in ofp_print_flowmod()
32 #define OFP_ALIGN(_x) (((_x) + (OFP_ALIGNMENT - 1)) & ~(OFP_ALIGNMENT - 1)) macro