Searched refs:offset_of_proto (Results 1 – 1 of 1) sorted by relevance
851 flow_req_get_proto(const struct necp_client_add_flow *req, size_t offset_of_proto) in flow_req_get_proto() argument858 return __unsafe_forge_single(uint8_t *, req_ptr + offset_of_proto); in flow_req_get_proto()861 #define flow_req_get_proto(req, offset_of_proto) ((uint8_t *)(((uint8_t *)req) + offset_of_proto)) argument